Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Issue 6541051: Unifying the handling of storing and loading from safepoint stack (Closed)

Created:
9 years, 10 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Unifying the handling of storing and loading from safepoint stack slots across architectures. Committed: http://code.google.com/p/v8/source/detail?r=6862

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -65 lines) Patch
M src/arm/code-stubs-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 9 chunks +9 lines, -13 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +16 lines, -6 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +7 lines, -6 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +0 lines, -7 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 8 chunks +8 lines, -9 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +14 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +22 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.h View 2 chunks +0 lines, -7 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +14 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
9 years, 10 months ago (2011-02-21 11:02:46 UTC) #1
Søren Thygesen Gjesse
9 years, 10 months ago (2011-02-21 11:23:15 UTC) #2
LGTM, nice cleanup!

Powered by Google App Engine
This is Rietveld 408576698