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

Issue 7945009: Merge experimental/gc branch to the bleeding_edge. (Closed)

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

Description

Merge experimental/gc branch to the bleeding_edge. Committed: http://code.google.com/p/v8/source/detail?r=9328

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11294 lines, -7522 lines) Patch
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
M include/v8-debug.h View 0 chunks +-1 lines, --1 lines 0 comments Download
MM src/SConscript View 2 chunks +2 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +4 lines, -6 lines 0 comments Download
M src/arm/assembler-arm.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M src/arm/assembler-arm-inl.h View 4 chunks +20 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.h View 3 chunks +239 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +281 lines, -8 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +0 lines, -10 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 3 chunks +12 lines, -1 line 0 comments Download
M src/arm/frames-arm.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 9 chunks +47 lines, -23 lines 0 comments Download
M src/arm/ic-arm.cc View 4 chunks +20 lines, -8 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +5 lines, -8 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 9 chunks +29 lines, -15 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 3 chunks +134 lines, -28 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 6 chunks +296 lines, -61 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 6 chunks +42 lines, -10 lines 0 comments Download
M src/assembler.h View 6 chunks +18 lines, -2 lines 0 comments Download
M src/assembler.cc View 5 chunks +37 lines, -4 lines 0 comments Download
M src/builtins.cc View 6 chunks +13 lines, -4 lines 0 comments Download
M src/code-stubs.h View 5 chunks +15 lines, -5 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +5 lines, -1 line 0 comments Download
M src/codegen.cc View 1 chunk +1 line, -1 line 0 comments Download
A + src/compiler-intrinsics.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/date.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/debug.cc View 7 chunks +17 lines, -13 lines 0 comments Download
M src/debug-debugger.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/deoptimizer.h View 3 chunks +5 lines, -4 lines 0 comments Download
M src/deoptimizer.cc View 7 chunks +22 lines, -14 lines 0 comments Download
M src/disassembler.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/execution.h View 2 chunks +4 lines, -1 line 0 comments Download
M src/execution.cc View 5 chunks +25 lines, -3 lines 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +1 line, -6 lines 0 comments Download
M src/flag-definitions.h View 3 chunks +16 lines, -1 line 0 comments Download
M src/frames.cc View 1 chunk +27 lines, -10 lines 0 comments Download
M src/heap.h View 36 chunks +277 lines, -149 lines 0 comments Download
M src/heap.cc View 93 chunks +683 lines, -623 lines 0 comments Download
M src/heap-inl.h View 12 chunks +43 lines, -61 lines 0 comments Download
M src/heap-profiler.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen-instructions.h View 2 chunks +14 lines, -1 line 0 comments Download
M src/ia32/assembler-ia32.h View 6 chunks +14 lines, -4 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 8 chunks +32 lines, -23 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 4 chunks +21 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +285 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 6 chunks +300 lines, -8 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 5 chunks +15 lines, -3 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 6 chunks +23 lines, -6 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 8 chunks +42 lines, -19 lines 0 comments Download
M src/ia32/ic-ia32.cc View 4 chunks +6 lines, -5 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 7 chunks +28 lines, -13 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +13 lines, -8 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 4 chunks +134 lines, -26 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +370 lines, -86 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 9 chunks +51 lines, -16 lines 0 comments Download
M src/ic-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
A + src/incremental-marking.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/incremental-marking.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/incremental-marking-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/json.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/json-parser.h View 1 chunk +1 line, -1 line 0 comments Download
M src/lithium.h View 2 chunks +14 lines, -2 lines 0 comments Download
M src/lithium.cc View 1 chunk +21 lines, -0 lines 0 comments Download
M src/lithium-allocator.cc View 2 chunks +12 lines, -7 lines 0 comments Download
M src/liveedit.cc View 6 chunks +8 lines, -3 lines 0 comments Download
M src/liveobjectlist.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/log.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M src/mark-compact.h View 12 chunks +432 lines, -188 lines 0 comments Download
M src/mark-compact.cc View 66 chunks +1886 lines, -1623 lines 0 comments Download
A + src/mark-compact-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/mirror-debugger.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +2 lines, -1 line 0 comments Download
src/objects.h View 22 chunks +67 lines, -148 lines 0 comments Download
M src/objects.cc View 31 chunks +48 lines, -27 lines 0 comments Download
M src/objects-debug.cc View 4 chunks +10 lines, -0 lines 0 comments Download
M src/objects-inl.h View 41 chunks +101 lines, -223 lines 0 comments Download
M src/objects-printer.cc View 4 chunks +14 lines, -0 lines 0 comments Download
M src/objects-visiting.h View 8 chunks +9 lines, -125 lines 0 comments Download
M src/objects-visiting.cc View 1 chunk +3 lines, -0 lines 0 comments Download
A + src/objects-visiting-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/platform.h View 2 chunks +55 lines, -2 lines 0 comments Download
M src/platform-linux.cc View 3 chunks +87 lines, -12 lines 0 comments Download
M src/platform-macos.cc View 3 chunks +83 lines, -11 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +70 lines, -12 lines 0 comments Download
M src/profile-generator.h View 3 chunks +6 lines, -3 lines 0 comments Download
M src/profile-generator.cc View 6 chunks +49 lines, -7 lines 0 comments Download
M src/regexp.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/regexp-macro-assembler-irregexp-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/runtime.cc View 21 chunks +112 lines, -62 lines 0 comments Download
M src/runtime-profiler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/scanner.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/serialize.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/serialize.cc View 10 chunks +78 lines, -45 lines 0 comments Download
M src/spaces.h View 52 chunks +1407 lines, -1119 lines 0 comments Download
M src/spaces.cc View 41 chunks +1140 lines, -1709 lines 0 comments Download
M src/spaces-inl.h View 5 chunks +199 lines, -310 lines 0 comments Download
A + src/store-buffer.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/store-buffer.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/store-buffer-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/utils.h View 4 chunks +12 lines, -6 lines 0 comments Download
M src/v8.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/v8.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/v8-counters.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/v8globals.h View 4 chunks +19 lines, -9 lines 0 comments Download
M src/x64/assembler-x64.h View 3 chunks +13 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 4 chunks +21 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +273 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 7 chunks +305 lines, -12 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 3 chunks +11 lines, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 8 chunks +38 lines, -18 lines 0 comments Download
M src/x64/ic-x64.cc View 4 chunks +17 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 7 chunks +33 lines, -22 lines 0 comments Download
M src/x64/lithium-x64.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +148 lines, -41 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 8 chunks +372 lines, -103 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 8 chunks +42 lines, -18 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +11 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-alloc.cc View 4 chunks +30 lines, -10 lines 0 comments Download
M test/cctest/test-api.cc View 46 chunks +114 lines, -93 lines 0 comments Download
M test/cctest/test-debug.cc View 15 chunks +17 lines, -24 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/test-heap.cc View 13 chunks +27 lines, -110 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-log.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-mark-compact.cc View 6 chunks +17 lines, -12 lines 0 comments Download
test/cctest/test-profile-generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-reloc-info.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-serialize.cc View 8 chunks +18 lines, -13 lines 0 comments Download
test/cctest/test-spaces.cc View 9 chunks +34 lines, -56 lines 0 comments Download
M test/cctest/test-threads.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/array-constructor.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/array-functions-prototype-misc.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/assert-opt-and-deopt.js View 2 chunks +1 line, -5 lines 0 comments Download
M test/mjsunit/global-load-from-eval-in-with.js View 0 chunks +-1 lines, --1 lines 0 comments Download
test/mjsunit/local-load-from-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 chunk +9 lines, -0 lines 0 comments Download
M test/mjsunit/property-load-across-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-269.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-334.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-deopt-gc.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/regress/short-circuit.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +1 line, -1 line 0 comments Download
M tools/gc-nvp-trace-processor.py View 7 chunks +56 lines, -3 lines 0 comments Download
M tools/gyp/v8.gyp View 2 chunks +5 lines, -0 lines 0 comments Download
M tools/ll_prof.py View 1 chunk +10 lines, -6 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 3 months ago (2011-09-19 18:34:30 UTC) #1
Erik Corry
9 years, 3 months ago (2011-09-19 18:35:50 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698