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

Issue 6062002: Merge 6006:6095 from bleeding_edge to experimental/gc branch. (Closed)

Created:
10 years ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Merge 6006:6095 from bleeding_edge to experimental/gc branch. Committed: http://code.google.com/p/v8/source/detail?r=6098

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3998 lines, -1816 lines) Patch
M ChangeLog View 1 chunk +28 lines, -0 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 2 chunks +9 lines, -1 line 0 comments Download
M include/v8.h View 2 chunks +23 lines, -3 lines 0 comments Download
M src/SConscript View 1 chunk +2 lines, -1 line 0 comments Download
M src/api.cc View 3 chunks +37 lines, -6 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +60 lines, -43 lines 0 comments Download
M src/arm/codegen-arm.cc View 2 chunks +7 lines, -1 line 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +6 lines, -1 line 0 comments Download
M src/arm/ic-arm.cc View 2 chunks +7 lines, -3 lines 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +47 lines, -1 line 0 comments Download
M src/arm/lithium-arm.cc View 6 chunks +38 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +9 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 5 chunks +30 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 2 chunks +13 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 2 chunks +38 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/array.js View 2 chunks +53 lines, -16 lines 0 comments Download
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 1 chunk +12 lines, -11 lines 0 comments Download
M src/ast.h View 10 chunks +39 lines, -8 lines 0 comments Download
M src/ast.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M src/ast-inl.h View 2 chunks +6 lines, -3 lines 0 comments Download
M src/bootstrapper.cc View 6 chunks +15 lines, -16 lines 0 comments Download
M src/builtins.cc View 4 chunks +42 lines, -17 lines 0 comments Download
M src/code-stubs.h View 2 chunks +14 lines, -2 lines 0 comments Download
M src/codegen.cc View 1 chunk +11 lines, -2 lines 0 comments Download
MM src/date.js View 20 chunks +78 lines, -35 lines 0 comments Download
M src/debug.cc View 1 chunk +1 line, -1 line 0 comments Download
MM src/debug-debugger.js View 1 chunk +10 lines, -7 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +1 line, -1 line 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/execution.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/flag-definitions.h View 3 chunks +6 lines, -0 lines 0 comments Download
M src/full-codegen.h View 3 chunks +11 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 14 chunks +35 lines, -9 lines 0 comments Download
M src/heap.h View 4 chunks +11 lines, -7 lines 0 comments Download
M src/heap.cc View 7 chunks +84 lines, -13 lines 0 comments Download
M src/heap-profiler.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M src/hydrogen.h View 8 chunks +8 lines, -40 lines 0 comments Download
M src/hydrogen.cc View 39 chunks +213 lines, -202 lines 0 comments Download
M src/hydrogen-instructions.h View 13 chunks +54 lines, -6 lines 0 comments Download
M src/hydrogen-instructions.cc View 4 chunks +36 lines, -72 lines 0 comments Download
M src/ia32/assembler-ia32.h View 2 chunks +13 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32.cc View 4 chunks +39 lines, -2 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 3 chunks +14 lines, -6 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 6 chunks +211 lines, -89 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 5 chunks +14 lines, -4 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 5 chunks +64 lines, -32 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 24 chunks +127 lines, -41 lines 0 comments Download
M src/ia32/ic-ia32.cc View 2 chunks +51 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 2 chunks +12 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +133 lines, -21 lines 0 comments Download
M src/ia32/lithium-ia32.h View 4 chunks +47 lines, -1 line 0 comments Download
M src/ia32/lithium-ia32.cc View 9 chunks +55 lines, -35 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +27 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +1 line, -25 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ic.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/ic.cc View 3 chunks +16 lines, -7 lines 0 comments Download
MM src/json.js View 3 chunks +47 lines, -50 lines 0 comments Download
M src/lithium-allocator.cc View 7 chunks +29 lines, -16 lines 0 comments Download
M src/log.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/macros.py View 1 chunk +3 lines, -4 lines 0 comments Download
M src/math.js View 1 chunk +0 lines, -9 lines 0 comments Download
M src/messages.js View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.h View 54 chunks +337 lines, -90 lines 0 comments Download
M src/objects.cc View 21 chunks +68 lines, -66 lines 0 comments Download
M src/objects-debug.cc View 28 chunks +480 lines, -338 lines 0 comments Download
M src/objects-inl.h View 1 chunk +7 lines, -14 lines 0 comments Download
M src/parser.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/platform.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 3 chunks +28 lines, -1 line 0 comments Download
M src/platform-win32.cc View 2 chunks +15 lines, -1 line 0 comments Download
M src/profile-generator.cc View 3 chunks +3 lines, -5 lines 0 comments Download
M src/property.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/property.cc View 1 chunk +31 lines, -31 lines 0 comments Download
MM src/regexp.js View 5 chunks +15 lines, -12 lines 0 comments Download
M src/runtime.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 6 chunks +15 lines, -24 lines 0 comments Download
M src/runtime.js View 2 chunks +12 lines, -8 lines 0 comments Download
M src/runtime-profiler.cc View 4 chunks +6 lines, -0 lines 0 comments Download
M src/spaces.h View 4 chunks +7 lines, -8 lines 0 comments Download
M src/spaces.cc View 9 chunks +25 lines, -28 lines 0 comments Download
M src/string.js View 11 chunks +30 lines, -45 lines 0 comments Download
M src/string-stream.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/string-stream.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/stub-cache.h View 3 chunks +18 lines, -32 lines 0 comments Download
M src/stub-cache.cc View 1 chunk +19 lines, -13 lines 0 comments Download
M src/top.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/type-info.cc View 3 chunks +9 lines, -0 lines 0 comments Download
M src/utils.cc View 1 chunk +10 lines, -2 lines 0 comments Download
M src/v8-counters.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/v8natives.js View 5 chunks +7 lines, -25 lines 0 comments Download
M src/v8utils.h View 1 chunk +9 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +8 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +6 lines, -1 line 0 comments Download
M src/x64/ic-x64.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +11 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +124 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +63 lines, -1 line 0 comments Download
M test/es5conform/es5conform.status View 2 chunks +1 line, -7 lines 0 comments Download
M test/mjsunit/array-slice.js View 1 chunk +13 lines, -0 lines 0 comments Download
M test/mjsunit/array-sort.js View 2 chunks +16 lines, -1 line 0 comments Download
A + test/mjsunit/compiler/regress-intoverflow.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/date.js View 2 chunks +13 lines, -2 lines 0 comments Download
M test/mjsunit/debug-evaluate-with-context.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/json.js View 7 chunks +114 lines, -51 lines 0 comments Download
M test/mjsunit/mjsunit.status View 2 chunks +3 lines, -0 lines 0 comments Download
M test/mjsunit/object-define-property.js View 10 chunks +9 lines, -10 lines 0 comments Download
A + test/mjsunit/object-toprimitive.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-687.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-974.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-982.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-995.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-swapelements.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/with-readonly.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mozilla/mozilla.status View 2 chunks +9 lines, -2 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +4 lines, -3 lines 0 comments Download
M tools/test.py View 2 chunks +5 lines, -0 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 50 chunks +373 lines, -72 lines 0 comments Download
M tools/visual_studio/debug.vsprops View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
10 years ago (2010-12-21 12:20:14 UTC) #1
Erik Corry
10 years ago (2010-12-21 12:25:04 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698