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

Issue 7167006: 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

Merge arguments branch to bleeding merge.

Patch Set 1 #

Patch Set 2 : Restore deleted .js files. #

Patch Set 3 : bug-900066.js should really be deleted. #

Patch Set 4 : Fix test arguments.js." #

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

Messages

Total messages: 1 (0 generated)
Karl Klose
9 years, 6 months ago (2011-06-15 11:03:50 UTC) #1

          

Powered by Google App Engine
This is Rietveld 408576698