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

Issue 7172030: Revert "Merge arguments branch to bleeding merge." (Closed)

Created:
9 years, 6 months ago by Karl Klose
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Revert "Merge arguments branch to bleeding merge." This reverts commit ceb31498b9d69edca3260820fb4047045891ce6d. TBR=kmillikin@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1744 lines, -2809 lines) Patch
M src/arm/code-stubs-arm.cc View 4 chunks +24 lines, -237 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 17 chunks +94 lines, -33 lines 0 comments Download
M src/arm/ic-arm.cc View 1 chunk +0 lines, -156 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 5 chunks +0 lines, -5 lines 0 comments Download
M src/ast.h View 10 chunks +27 lines, -13 lines 0 comments Download
M src/ast.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/builtins.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/builtins.cc View 2 chunks +0 lines, -6 lines 0 comments Download
M src/code-stubs.h View 2 chunks +15 lines, -5 lines 0 comments Download
M src/codegen.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M src/compiler.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M src/contexts.h View 5 chunks +13 lines, -7 lines 0 comments Download
M src/contexts.cc View 5 chunks +65 lines, -37 lines 0 comments Download
A src/extensions/experimental/i18n.js View 1 chunk +273 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/factory.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/full-codegen.h View 6 chunks +15 lines, -6 lines 0 comments Download
M src/full-codegen.cc View 6 chunks +15 lines, -9 lines 0 comments Download
M src/handles.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/heap.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/heap.cc View 3 chunks +7 lines, -9 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/hydrogen.h View 3 chunks +4 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 9 chunks +16 lines, -48 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 7 chunks +23 lines, -259 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 15 chunks +86 lines, -29 lines 0 comments Download
M src/ia32/ic-ia32.cc View 3 chunks +0 lines, -147 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/ic.h View 5 chunks +1 line, -11 lines 0 comments Download
M src/ic.cc View 3 chunks +19 lines, -46 lines 0 comments Download
M src/lithium.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/mark-compact.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 3 chunks +3 lines, -19 lines 0 comments Download
M src/objects.h View 13 chunks +27 lines, -64 lines 0 comments Download
M src/objects.cc View 48 chunks +340 lines, -698 lines 0 comments Download
M src/objects-inl.h View 5 chunks +28 lines, -24 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/parser.cc View 4 chunks +1 line, -5 lines 0 comments Download
M src/prettyprinter.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/runtime.h View 3 chunks +1 line, -5 lines 0 comments Download
M src/runtime.cc View 24 chunks +127 lines, -187 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scopeinfo.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/scopes.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/scopes.cc View 6 chunks +154 lines, -51 lines 0 comments Download
M src/stub-cache.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/stub-cache.cc View 2 chunks +0 lines, -40 lines 0 comments Download
M src/type-info.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/type-info.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M src/v8.h View 2 chunks +4 lines, -7 lines 0 comments Download
M src/v8natives.js View 7 chunks +8 lines, -8 lines 0 comments Download
M src/variables.h View 3 chunks +5 lines, -4 lines 0 comments Download
M src/variables.cc View 1 chunk +11 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 3 chunks +48 lines, -279 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 16 chunks +96 lines, -24 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +0 lines, -152 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 6 chunks +26 lines, -9 lines 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M test/mjsunit/arguments.js View 1 chunk +2 lines, -2 lines 0 comments Download
A test/mjsunit/bugs/bug-900066.js View 1 chunk +38 lines, -0 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals.js View 3 chunks +55 lines, -61 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +0 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-70066.js View 3 chunks +10 lines, -6 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +5 lines, -0 lines 0 comments Download
M test/sputnik/sputnik.status View 1 chunk +8 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698