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

Issue 844006: Merge changes up to V8 version 2.1.3 into the partial snapshots (Closed)

Created:
10 years, 9 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Merge changes up to V8 version 2.1.3 into the partial snapshots branch. Committed: http://code.google.com/p/v8/source/detail?r=4123

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10215 lines, -3352 lines) Patch
M ChangeLog View 2 chunks +19 lines, -0 lines 0 comments Download
M SConstruct View 8 chunks +33 lines, -6 lines 0 comments Download
M include/v8.h View 11 chunks +44 lines, -4 lines 0 comments Download
M src/SConscript View 2 chunks +1 line, -1 line 0 comments Download
M src/accessors.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/api.cc View 10 chunks +70 lines, -11 lines 0 comments Download
M src/arm/assembler-arm.h View 3 chunks +84 lines, -84 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +0 lines, -94 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.h View 4 chunks +40 lines, -1 line 0 comments Download
M src/arm/codegen-arm.cc View 22 chunks +316 lines, -18 lines 0 comments Download
M src/arm/fast-codegen-arm.cc View 4 chunks +4 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/arm/ic-arm.cc View 8 chunks +13 lines, -8 lines 0 comments Download
M src/arm/jump-target-arm.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +24 lines, -4 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +48 lines, -14 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/arm/virtual-frame-arm.h View 5 chunks +9 lines, -9 lines 0 comments Download
M src/arm/virtual-frame-arm.cc View 2 chunks +2 lines, -20 lines 0 comments Download
M src/array.js View 1 chunk +2 lines, -0 lines 0 comments Download
M src/assembler.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/ast.h View 8 chunks +42 lines, -15 lines 0 comments Download
M src/ast.cc View 2 chunks +1 line, -4 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/builtins.cc View 11 chunks +208 lines, -168 lines 0 comments Download
M src/code-stubs.h View 2 chunks +10 lines, -0 lines 0 comments Download
M src/code-stubs.cc View 3 chunks +13 lines, -2 lines 0 comments Download
M src/codegen.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M src/codegen-inl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/compilation-cache.cc View 8 chunks +56 lines, -6 lines 0 comments Download
M src/compiler.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/compiler.cc View 6 chunks +34 lines, -4 lines 0 comments Download
M src/contexts.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/conversions.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/conversions-inl.h View 1 chunk +26 lines, -0 lines 0 comments Download
M src/data-flow.h View 1 chunk +391 lines, -0 lines 0 comments Download
M src/data-flow.cc View 4 chunks +906 lines, -0 lines 0 comments Download
M src/date.js View 3 chunks +11 lines, -18 lines 0 comments Download
M src/debug.h View 1 chunk +6 lines, -1 line 0 comments Download
M src/debug.cc View 6 chunks +33 lines, -21 lines 0 comments Download
M src/debug-debugger.js View 2 chunks +49 lines, -1 line 0 comments Download
M src/factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/fast-codegen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/flag-definitions.h View 4 chunks +6 lines, -3 lines 0 comments Download
M src/frame-element.h View 8 chunks +18 lines, -15 lines 0 comments Download
M src/frame-element.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/frames.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/full-codegen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/globals.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/handles.cc View 3 chunks +12 lines, -3 lines 0 comments Download
M src/heap.h View 10 chunks +46 lines, -12 lines 0 comments Download
M src/heap.cc View 19 chunks +86 lines, -44 lines 0 comments Download
M src/heap-inl.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/heap-profiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap-profiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/assembler-ia32.h View 4 chunks +14 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 6 chunks +91 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 8 chunks +43 lines, -52 lines 0 comments Download
M src/ia32/codegen-ia32.h View 10 chunks +67 lines, -12 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 88 chunks +1134 lines, -398 lines 0 comments Download
M src/ia32/debug-ia32.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 7 chunks +41 lines, -1 line 0 comments Download
M src/ia32/fast-codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 8 chunks +24 lines, -14 lines 0 comments Download
M src/ia32/ic-ia32.cc View 15 chunks +131 lines, -148 lines 0 comments Download
M src/ia32/jump-target-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 3 chunks +26 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +51 lines, -6 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.h View 1 chunk +0 lines, -15 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 6 chunks +9 lines, -40 lines 0 comments Download
M src/ia32/register-allocator-ia32.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 12 chunks +25 lines, -28 lines 0 comments Download
M src/ia32/virtual-frame-ia32.h View 7 chunks +20 lines, -14 lines 0 comments Download
M src/ia32/virtual-frame-ia32.cc View 11 chunks +75 lines, -80 lines 0 comments Download
M src/ic.h View 3 chunks +28 lines, -3 lines 0 comments Download
M src/ic.cc View 11 chunks +121 lines, -10 lines 0 comments Download
M src/jsregexp.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/jump-target.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/jump-target.cc View 6 chunks +7 lines, -9 lines 0 comments Download
M src/jump-target-inl.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/liveedit.h View 1 chunk +28 lines, -0 lines 0 comments Download
M src/liveedit.cc View 1 chunk +400 lines, -4 lines 0 comments Download
A src/liveedit-debugger.js View 1 chunk +426 lines, -0 lines 0 comments Download
M src/log.h View 3 chunks +5 lines, -2 lines 0 comments Download
M src/log.cc View 6 chunks +22 lines, -12 lines 0 comments Download
M src/macros.py View 1 chunk +10 lines, -0 lines 0 comments Download
M src/math.js View 2 chunks +2 lines, -2 lines 0 comments Download
M src/messages.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/codegen-mips.h View 5 chunks +11 lines, -3 lines 0 comments Download
M src/mips/codegen-mips.cc View 4 chunks +44 lines, -1 line 0 comments Download
M src/mips/fast-codegen-mips.cc View 2 chunks +19 lines, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/mips/ic-mips.cc View 4 chunks +7 lines, -18 lines 0 comments Download
M src/mips/jump-target-mips.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 4 chunks +25 lines, -22 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 6 chunks +24 lines, -7 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 5 chunks +2 lines, -29 lines 0 comments Download
M src/mips/virtual-frame-mips.h View 5 chunks +10 lines, -9 lines 0 comments Download
M src/mips/virtual-frame-mips.cc View 2 chunks +1 line, -11 lines 0 comments Download
M src/number-info.h View 1 chunk +139 lines, -21 lines 0 comments Download
M src/objects.h View 21 chunks +145 lines, -42 lines 0 comments Download
M src/objects.cc View 19 chunks +300 lines, -81 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M src/objects-inl.h View 9 chunks +27 lines, -12 lines 0 comments Download
M src/parser.cc View 10 chunks +19 lines, -24 lines 0 comments Download
M src/platform-freebsd.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform-linux.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/platform-win32.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/prettyprinter.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/regexp.js View 4 chunks +25 lines, -14 lines 0 comments Download
M src/register-allocator.h View 3 chunks +10 lines, -11 lines 0 comments Download
M src/register-allocator.cc View 3 chunks +3 lines, -19 lines 0 comments Download
M src/register-allocator-inl.h View 2 chunks +39 lines, -1 line 0 comments Download
M src/rewriter.cc View 5 chunks +58 lines, -0 lines 0 comments Download
M src/runtime.h View 6 chunks +13 lines, -1 line 0 comments Download
M src/runtime.cc View 25 chunks +516 lines, -46 lines 0 comments Download
M src/runtime.js View 1 chunk +1 line, -1 line 0 comments Download
M src/scanner.h View 6 chunks +45 lines, -22 lines 0 comments Download
M src/scanner.cc View 8 chunks +73 lines, -32 lines 0 comments Download
M src/scopeinfo.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/scopeinfo.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/scopes.cc View 5 chunks +11 lines, -12 lines 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/spaces.cc View 4 chunks +4 lines, -3 lines 0 comments Download
A src/splay-tree.h View 1 chunk +191 lines, -0 lines 0 comments Download
A src/splay-tree-inl.h View 1 chunk +276 lines, -0 lines 0 comments Download
M src/string.js View 4 chunks +4 lines, -8 lines 0 comments Download
M src/top.cc View 1 chunk +1 line, -0 lines 0 comments Download
D src/usage-analyzer.h View 1 chunk +0 lines, -40 lines 0 comments Download
D src/usage-analyzer.cc View 1 chunk +0 lines, -426 lines 0 comments Download
M src/utils.h View 2 chunks +56 lines, -4 lines 0 comments Download
M src/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M src/variables.h View 3 chunks +5 lines, -33 lines 0 comments Download
M src/variables.cc View 3 chunks +7 lines, -51 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/virtual-frame.cc View 6 chunks +10 lines, -76 lines 0 comments Download
A src/virtual-frame-inl.h View 1 chunk +124 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.h View 9 chunks +42 lines, -6 lines 0 comments Download
M src/x64/codegen-x64.cc View 28 chunks +340 lines, -58 lines 0 comments Download
M src/x64/fast-codegen-x64.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 8 chunks +13 lines, -8 lines 0 comments Download
M src/x64/jump-target-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +23 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 3 chunks +57 lines, -6 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/register-allocator-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M src/x64/virtual-frame-x64.h View 5 chunks +13 lines, -13 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 11 chunks +13 lines, -29 lines 0 comments Download
M src/zone.h View 1 chunk +6 lines, -90 lines 0 comments Download
M src/zone.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/zone-inl.h View 1 chunk +6 lines, -221 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 26 chunks +295 lines, -63 lines 0 comments Download
A test/cctest/test-dataflow.cc View 1 chunk +103 lines, -0 lines 0 comments Download
M test/cctest/test-debug.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 12 chunks +190 lines, -172 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-log.cc View 9 chunks +47 lines, -22 lines 0 comments Download
M test/cctest/test-serialize.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-thread-termination.cc View 13 chunks +21 lines, -1 line 0 comments Download
A test/mjsunit/array-elements-from-array-prototype.js View 1 chunk +191 lines, -0 lines 0 comments Download
A test/mjsunit/array-elements-from-array-prototype-chain.js View 1 chunk +191 lines, -0 lines 0 comments Download
A test/mjsunit/array-elements-from-object-prototype.js View 1 chunk +191 lines, -0 lines 0 comments Download
M test/mjsunit/array-length.js View 6 chunks +16 lines, -6 lines 0 comments Download
M test/mjsunit/array-slice.js View 1 chunk +11 lines, -0 lines 0 comments Download
M test/mjsunit/array-splice.js View 3 chunks +45 lines, -14 lines 0 comments Download
M test/mjsunit/array-unshift.js View 1 chunk +8 lines, -0 lines 0 comments Download
A test/mjsunit/bugs/bug-618.js View 1 chunk +45 lines, -0 lines 0 comments Download
M test/mjsunit/date.js View 1 chunk +14 lines, -0 lines 0 comments Download
A test/mjsunit/debug-liveedit-1.js View 1 chunk +48 lines, -0 lines 0 comments Download
A test/mjsunit/debug-liveedit-2.js View 1 chunk +70 lines, -0 lines 0 comments Download
A test/mjsunit/debug-liveedit-check-stack.js View 1 chunk +84 lines, -0 lines 0 comments Download
M test/mjsunit/debug-scopes.js View 7 chunks +10 lines, -10 lines 0 comments Download
M test/mjsunit/debug-script.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +13 lines, -1 line 0 comments Download
A test/mjsunit/math-sqrt.js View 1 chunk +44 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-634.js View 1 chunk +32 lines, -0 lines 0 comments Download
A test/mjsunit/regress/regress-636.js View 1 chunk +36 lines, -0 lines 0 comments Download
M test/mjsunit/string-charat.js View 1 chunk +13 lines, -0 lines 0 comments Download
M test/mjsunit/string-index.js View 1 chunk +14 lines, -0 lines 0 comments Download
A test/mjsunit/string-split-cache.js View 1 chunk +40 lines, -0 lines 0 comments Download
M test/mjsunit/undeletable-functions.js View 2 chunks +14 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 4 chunks +3 lines, -4 lines 0 comments Download
M tools/visual_studio/js2c.cmd View 1 chunk +1 line, -1 line 0 comments Download
M tools/visual_studio/v8.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_arm.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 2 chunks +4 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 2 chunks +4 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 2 chunks +4 lines, -8 lines 0 comments Download
M tools/visual_studio/v8_x64.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
10 years, 9 months ago (2010-03-12 10:05:20 UTC) #1
Mads Ager (chromium)
10 years, 9 months ago (2010-03-12 10:08:15 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698