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

Issue 660095: Merge revision 3813 to 3930 from bleeding_edge to partial snapshots branch. (Closed)

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

Description

Merge revision 3813 to 3930 from bleeding_edge to partial snapshots branch. Committed: http://code.google.com/p/v8/source/detail?r=3958

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11682 lines, -4033 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +22 lines, -0 lines 0 comments Download
M include/v8.h View 4 chunks +83 lines, -35 lines 0 comments Download
M samples/lineprocessor.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/SConscript View 5 chunks +4 lines, -1 line 0 comments Download
M src/accessors.cc View 1 chunk +2 lines, -35 lines 0 comments Download
M src/api.cc View 18 chunks +136 lines, -20 lines 0 comments Download
M src/arm/assembler-thumb2.h View 5 chunks +15 lines, -6 lines 0 comments Download
M src/arm/assembler-thumb2.cc View 52 chunks +142 lines, -85 lines 0 comments Download
M src/arm/assembler-thumb2-inl.h View 2 chunks +13 lines, -17 lines 0 comments Download
M src/arm/builtins-arm.cc View 6 chunks +73 lines, -70 lines 0 comments Download
M src/arm/codegen-arm.h View 4 chunks +9 lines, -10 lines 0 comments Download
M src/arm/codegen-arm.cc View 21 chunks +243 lines, -47 lines 0 comments Download
M src/arm/debug-arm.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/arm/fast-codegen-arm.cc View 3 chunks +134 lines, -47 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 14 chunks +111 lines, -29 lines 0 comments Download
M src/arm/ic-arm.cc View 19 chunks +136 lines, -78 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 5 chunks +9 lines, -20 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 6 chunks +49 lines, -50 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 34 chunks +196 lines, -269 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 3 chunks +7 lines, -2 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 3 chunks +10 lines, -2 lines 0 comments Download
M src/array.js View 2 chunks +3 lines, -2 lines 0 comments Download
M src/assembler.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/assembler.cc View 3 chunks +15 lines, -0 lines 0 comments Download
M src/ast.h View 14 chunks +48 lines, -2 lines 0 comments Download
M src/bootstrapper.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 12 chunks +42 lines, -133 lines 0 comments Download
M src/builtins.h View 3 chunks +7 lines, -3 lines 0 comments Download
M src/builtins.cc View 9 chunks +449 lines, -50 lines 0 comments Download
M src/checks.h View 1 chunk +3 lines, -1 line 0 comments Download
M src/code-stubs.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M src/codegen.h View 3 chunks +4 lines, -18 lines 0 comments Download
M src/codegen.cc View 8 chunks +11 lines, -12 lines 0 comments Download
M src/compiler.h View 1 7 chunks +56 lines, -2 lines 0 comments Download
M src/compiler.cc View 1 4 chunks +7 lines, -1 line 0 comments Download
M src/contexts.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/d8-readline.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/data-flow.h View 1 chunk +50 lines, -0 lines 0 comments Download
M src/data-flow.cc View 3 chunks +299 lines, -10 lines 0 comments Download
M src/debug.cc View 3 chunks +3 lines, -9 lines 0 comments Download
M src/debug-debugger.js View 2 chunks +16 lines, -7 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/fast-codegen.h View 3 chunks +60 lines, -20 lines 0 comments Download
M src/fast-codegen.cc View 12 chunks +165 lines, -24 lines 0 comments Download
M src/frame-element.h View 6 chunks +37 lines, -9 lines 0 comments Download
M src/frame-element.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M src/frames.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/full-codegen.cc View 5 chunks +7 lines, -83 lines 0 comments Download
M src/handles.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.cc View 2 chunks +21 lines, -15 lines 0 comments Download
M src/heap.h View 6 chunks +15 lines, -4 lines 0 comments Download
M src/heap.cc View 5 chunks +8 lines, -17 lines 0 comments Download
M src/ia32/assembler-ia32.h View 3 chunks +6 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 3 chunks +23 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 6 chunks +63 lines, -68 lines 0 comments Download
M src/ia32/codegen-ia32.h View 12 chunks +122 lines, -29 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 66 chunks +1387 lines, -465 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/disasm-ia32.cc View 3 chunks +2 lines, -1 line 0 comments Download
A src/ia32/fast-codegen-ia32.h View 1 chunk +155 lines, -0 lines 0 comments Download
M src/ia32/fast-codegen-ia32.cc View 3 chunks +847 lines, -41 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 10 chunks +127 lines, -25 lines 0 comments Download
M src/ia32/ic-ia32.cc View 26 chunks +254 lines, -202 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 9 chunks +24 lines, -21 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 13 chunks +80 lines, -56 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 34 chunks +446 lines, -186 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 6 chunks +24 lines, -11 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 13 chunks +127 lines, -56 lines 0 comments Download
M src/ic.h View 11 chunks +19 lines, -13 lines 0 comments Download
M src/ic.cc View 20 chunks +46 lines, -48 lines 0 comments Download
M src/jump-target.cc View 5 chunks +45 lines, -3 lines 0 comments Download
M src/jump-target-inl.h View 1 chunk +3 lines, -0 lines 0 comments Download
A src/liveedit.h View 1 chunk +78 lines, -0 lines 0 comments Download
A src/liveedit.cc View 1 chunk +87 lines, -0 lines 0 comments Download
M src/log.h View 3 chunks +4 lines, -8 lines 0 comments Download
M src/log.cc View 4 chunks +43 lines, -42 lines 0 comments Download
M src/log-utils.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/log-utils.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/macro-assembler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/macros.py View 3 chunks +10 lines, -4 lines 0 comments Download
M src/math.js View 3 chunks +3 lines, -3 lines 0 comments Download
M src/mips/codegen-mips.h View 3 chunks +3 lines, -1 line 0 comments Download
M src/mips/codegen-mips.cc View 3 chunks +10 lines, -1 line 0 comments Download
M src/mirror-debugger.js View 6 chunks +47 lines, -12 lines 0 comments Download
A src/number-info.h View 1 chunk +72 lines, -0 lines 0 comments Download
M src/objects.h View 4 chunks +9 lines, -1 line 0 comments Download
M src/objects.cc View 32 chunks +142 lines, -81 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/parser.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/property.h View 2 chunks +12 lines, -15 lines 0 comments Download
M src/property.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/register-allocator.h View 5 chunks +19 lines, -16 lines 0 comments Download
M src/register-allocator.cc View 2 chunks +21 lines, -2 lines 0 comments Download
M src/register-allocator-inl.h View 2 chunks +33 lines, -0 lines 0 comments Download
M src/runtime.h View 3 chunks +2 lines, -5 lines 0 comments Download
M src/runtime.cc View 32 chunks +154 lines, -116 lines 0 comments Download
M src/runtime.js View 4 chunks +15 lines, -14 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M src/spaces-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/string.js View 22 chunks +73 lines, -61 lines 0 comments Download
M src/stub-cache.h View 6 chunks +23 lines, -9 lines 0 comments Download
M src/stub-cache.cc View 11 chunks +24 lines, -10 lines 0 comments Download
M src/top.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/top.cc View 1 chunk +6 lines, -1 line 0 comments Download
M src/utils.h View 2 chunks +4 lines, -44 lines 0 comments Download
M src/utils.cc View 1 chunk +0 lines, -37 lines 0 comments Download
M src/v8-counters.h View 1 chunk +87 lines, -64 lines 0 comments Download
M src/v8natives.js View 4 chunks +7 lines, -4 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/virtual-frame.cc View 7 chunks +35 lines, -11 lines 0 comments Download
M src/x64/assembler-x64.h View 5 chunks +37 lines, -70 lines 0 comments Download
M src/x64/assembler-x64.cc View 5 chunks +45 lines, -42 lines 0 comments Download
M src/x64/builtins-x64.cc View 8 chunks +74 lines, -71 lines 0 comments Download
M src/x64/codegen-x64.h View 8 chunks +31 lines, -24 lines 0 comments Download
M src/x64/codegen-x64.cc View 33 chunks +394 lines, -71 lines 0 comments Download
M src/x64/disasm-x64.cc View 3 chunks +55 lines, -40 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 3 chunks +143 lines, -47 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 8 chunks +94 lines, -12 lines 0 comments Download
M src/x64/ic-x64.cc View 15 chunks +154 lines, -79 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 8 chunks +13 lines, -21 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 7 chunks +65 lines, -67 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 30 chunks +103 lines, -115 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 6 chunks +20 lines, -10 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 15 chunks +63 lines, -24 lines 0 comments Download
M test/cctest/test-api.cc View 1 9 chunks +798 lines, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 8 chunks +43 lines, -7 lines 0 comments Download
M test/cctest/test-log.cc View 9 chunks +210 lines, -114 lines 0 comments Download
M test/cctest/test-utils.cc View 1 chunk +0 lines, -105 lines 0 comments Download
A test/mjsunit/array-functions-prototype-misc.js View 1 chunk +314 lines, -0 lines 0 comments Download
A test/mjsunit/array-shift.js View 1 chunk +71 lines, -0 lines 0 comments Download
A test/mjsunit/array-slice.js View 1 chunk +162 lines, -0 lines 0 comments Download
A test/mjsunit/array-unshift.js View 1 chunk +132 lines, -0 lines 0 comments Download
A test/mjsunit/bugs/618.js View 1 chunk +86 lines, -0 lines 0 comments Download
A test/mjsunit/bugs/bug-619.js View 1 chunk +62 lines, -0 lines 0 comments Download
M test/mjsunit/codegen-coverage.js View 1 chunk +69 lines, -23 lines 0 comments Download
A test/mjsunit/compiler/assignment.js View 1 chunk +264 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/simple-bailouts.js View 1 chunk +127 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/simple-binary-op.js View 1 chunk +40 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/simple-global-access.js View 1 chunk +8 lines, -6 lines 0 comments Download
A test/mjsunit/compiler/this-property-refs.js View 1 chunk +64 lines, -0 lines 0 comments Download
M test/mjsunit/debug-compile-event.js View 2 chunks +6 lines, -0 lines 0 comments Download
M test/mjsunit/debug-evaluate.js View 2 chunks +37 lines, -0 lines 0 comments Download
M test/mjsunit/div-mod.js View 1 chunk +15 lines, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 2 chunks +16 lines, -3 lines 0 comments Download
M test/mjsunit/object-get-own-property-names.js View 1 chunk +2 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-603.js View 1 chunk +49 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-612.js View 1 chunk +44 lines, -0 lines 0 comments Download
A test/mjsunit/setter-on-constructor-prototype.js View 1 chunk +111 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 6 chunks +6 lines, -1 line 0 comments Download
M tools/visual_studio/v8_base.vcproj View 3 chunks +13 lines, -1 line 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 2 chunks +12 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
10 years, 10 months ago (2010-02-25 18:28:55 UTC) #1
Erik Corry
10 years, 10 months ago (2010-02-25 18:34:47 UTC) #2
I'm sure this LGTM.

Powered by Google App Engine
This is Rietveld 408576698