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

Issue 10442015: Rollback of r11638, r11636 on trunk branch. (Closed)

Created:
8 years, 7 months ago by Jakob Kummerow
Modified:
8 years, 7 months ago
Reviewers:
Michael Starzinger
CC:
v8-dev
Visibility:
Public.

Description

Rollback of r11638, r11636 on trunk branch. This reverts the following commits: Fix build and test failures from packed array optimizations. (r11638) Implement tracking and optimizations of packed arrays (r11636) R=mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11657

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1207 lines, -2313 lines) Patch
M src/SConscript View 1 chunk +0 lines, -1 line 0 comments Download
M src/api.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 7 chunks +17 lines, -31 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +38 lines, -48 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 9 chunks +11 lines, -39 lines 0 comments Download
M src/bootstrapper.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/builtins.cc View 20 chunks +31 lines, -56 lines 0 comments Download
M src/code-stubs.cc View 4 chunks +9 lines, -23 lines 0 comments Download
M src/codegen.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/contexts.h View 3 chunks +18 lines, -2 lines 0 comments Download
M src/elements.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/elements.cc View 24 chunks +106 lines, -264 lines 0 comments Download
D src/elements-kind.h View 1 chunk +0 lines, -209 lines 0 comments Download
D src/elements-kind.cc View 1 chunk +0 lines, -134 lines 0 comments Download
M src/factory.h View 3 chunks +7 lines, -10 lines 0 comments Download
M src/factory.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.cc View 10 chunks +17 lines, -18 lines 0 comments Download
M src/hydrogen.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen.cc View 15 chunks +43 lines, -71 lines 0 comments Download
M src/hydrogen-instructions.h View 7 chunks +34 lines, -53 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +4 lines, -19 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +21 lines, -34 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +39 lines, -49 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +6 lines, -21 lines 0 comments Download
M src/ic.h View 1 chunk +1 line, -7 lines 0 comments Download
M src/ic.cc View 4 chunks +16 lines, -49 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium.cc View 2 chunks +2 lines, -5 lines 0 comments Download
M src/mips/builtins-mips.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 5 chunks +8 lines, -8 lines 0 comments Download
M src/mips/codegen-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/mips/ic-mips.cc View 2 chunks +11 lines, -12 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 7 chunks +16 lines, -29 lines 0 comments Download
M src/mips/lithium-mips.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 3 chunks +38 lines, -49 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 10 chunks +12 lines, -39 lines 0 comments Download
M src/objects.h View 10 chunks +65 lines, -42 lines 0 comments Download
M src/objects.cc View 42 chunks +179 lines, -269 lines 0 comments Download
M src/objects-debug.cc View 5 chunks +6 lines, -17 lines 0 comments Download
M src/objects-inl.h View 18 chunks +112 lines, -122 lines 0 comments Download
M src/objects-printer.cc View 2 chunks +1 line, -4 lines 0 comments Download
M src/parser.cc View 5 chunks +4 lines, -16 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 1 chunk +2 lines, -4 lines 0 comments Download
M src/runtime.cc View 37 chunks +84 lines, -130 lines 0 comments Download
M src/string-stream.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 7 chunks +24 lines, -37 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 4 chunks +39 lines, -49 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 5 chunks +10 lines, -31 lines 0 comments Download
M test/cctest/test-heap.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M test/mjsunit/array-construct-transition.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/mjsunit/array-literal-transitions.js View 6 chunks +10 lines, -10 lines 0 comments Download
M test/mjsunit/elements-kind.js View 3 chunks +4 lines, -4 lines 0 comments Download
M test/mjsunit/elements-transition.js View 3 chunks +5 lines, -5 lines 0 comments Download
M test/mjsunit/elements-transition-hoisting.js View 2 chunks +2 lines, -2 lines 0 comments Download
D test/mjsunit/packed-elements.js View 1 chunk +0 lines, -112 lines 0 comments Download
M test/mjsunit/regress/regress-117409.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/regress/regress-1849.js View 3 chunks +3 lines, -3 lines 0 comments Download
M test/mjsunit/regress/regress-1878.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/regress/regress-crbug-122271.js View 1 chunk +4 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-smi-only-concat.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 3 chunks +3 lines, -4 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
8 years, 7 months ago (2012-05-24 16:40:12 UTC) #1
Michael Starzinger
8 years, 7 months ago (2012-05-24 16:41:09 UTC) #2
LGTM (rubber-stamp, version checked).

Powered by Google App Engine
This is Rietveld 408576698