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

Issue 7849017: Mechanical refactor to move ElementsKind type out of JSObject. (Closed)

Created:
9 years, 3 months ago by danno
Modified:
9 years, 3 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Mechanical refactor to move ElementsKind type out of JSObject. R=svenpanne@chromium.org BUG=none TEST=all Committed: http://code.google.com/p/v8/source/detail?r=9208

Patch Set 1 #

Patch Set 2 : latest changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+655 lines, -657 lines) Patch
M src/arm/lithium-arm.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +13 lines, -13 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 10 chunks +41 lines, -41 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 22 chunks +80 lines, -80 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +26 lines, -26 lines 0 comments Download
M src/elements.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/elements.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M src/heap.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/hydrogen.cc View 1 6 chunks +28 lines, -28 lines 0 comments Download
M src/hydrogen-instructions.h View 6 chunks +10 lines, -10 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +26 lines, -26 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 8 chunks +40 lines, -40 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 3 chunks +14 lines, -14 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 13 chunks +43 lines, -43 lines 0 comments Download
M src/ic.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ic.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/lithium.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium.cc View 1 chunk +14 lines, -14 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 22 chunks +80 lines, -80 lines 0 comments Download
M src/objects.h View 1 4 chunks +43 lines, -44 lines 0 comments Download
M src/objects.cc View 1 2 chunks +12 lines, -12 lines 0 comments Download
M src/objects-inl.h View 4 chunks +4 lines, -4 lines 0 comments Download
M src/runtime.cc View 1 14 chunks +40 lines, -41 lines 0 comments Download
M src/stub-cache.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 8 chunks +40 lines, -40 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/lithium-x64.cc View 3 chunks +13 lines, -13 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 12 chunks +46 lines, -46 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Sven Panne
9 years, 3 months ago (2011-09-09 08:00:24 UTC) #1
LGTM

Powered by Google App Engine
This is Rietveld 408576698