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

Issue 7778013: NewGC: Merge bleeding edge up to 9009. (Closed)

Created:
9 years, 3 months ago by Erik Corry
Modified:
9 years, 3 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

NewGC: Merge bleeding edge up to 9009. Committed: http://code.google.com/p/v8/source/detail?r=9056

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4283 lines, -3900 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +66 lines, -0 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M Makefile View 2 chunks +10 lines, -12 lines 0 comments Download
M SConstruct View 3 chunks +18 lines, -3 lines 0 comments Download
M build/common.gypi View 1 chunk +213 lines, -144 lines 0 comments Download
M build/gyp_v8 View 1 chunk +2 lines, -2 lines 0 comments Download
A + build/standalone.gypi View 0 chunks +-1 lines, --1 lines 0 comments Download
D build/v8-features.gypi View 1 chunk +0 lines, -138 lines 0 comments Download
M include/v8.h View 6 chunks +18 lines, -21 lines 0 comments Download
M preparser/preparser.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M samples/samples.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M samples/shell.cc View 6 chunks +52 lines, -433 lines 0 comments Download
M src/accessors.cc View 2 chunks +67 lines, -30 lines 0 comments Download
M src/api.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/api.cc View 15 chunks +19 lines, -17 lines 0 comments Download
M src/apinatives.js View 2 chunks +11 lines, -3 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 25 chunks +37 lines, -63 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 3 chunks +10 lines, -5 lines 0 comments Download
M src/arm/frames-arm.h View 2 chunks +6 lines, -5 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 10 chunks +17 lines, -14 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +6 lines, -17 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +4 lines, -17 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 14 chunks +32 lines, -79 lines 0 comments Download
M src/arm/lithium-gap-resolver-arm.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +8 lines, -6 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 8 chunks +39 lines, -45 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 11 chunks +23 lines, -28 lines 0 comments Download
M src/ast.h View 23 chunks +72 lines, -37 lines 0 comments Download
M src/ast.cc View 7 chunks +24 lines, -25 lines 0 comments Download
M src/ast-inl.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/bootstrapper.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M src/code-stubs.h View 4 chunks +2 lines, -4 lines 0 comments Download
M src/code-stubs.cc View 3 chunks +13 lines, -7 lines 0 comments Download
MM src/compiler.cc View 2 chunks +9 lines, -3 lines 0 comments Download
M src/contexts.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/contexts.cc View 4 chunks +18 lines, -5 lines 0 comments Download
M src/d8.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/d8.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M src/d8.gyp View 2 chunks +2 lines, -0 lines 0 comments Download
M src/d8.js View 6 chunks +8 lines, -7 lines 0 comments Download
MM src/debug-debugger.js View 6 chunks +10 lines, -10 lines 0 comments Download
M src/disassembler.cc View 5 chunks +22 lines, -14 lines 0 comments Download
M src/elements.h View 1 chunk +34 lines, -5 lines 0 comments Download
M src/elements.cc View 14 chunks +306 lines, -96 lines 0 comments Download
M src/extensions/experimental/datetime-format.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.h View 2 chunks +7 lines, -0 lines 0 comments Download
M src/factory.cc View 3 chunks +22 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/frames.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/frames-inl.h View 3 chunks +8 lines, -1 line 0 comments Download
M src/full-codegen.h View 2 chunks +77 lines, -79 lines 0 comments Download
M src/full-codegen.cc View 23 chunks +96 lines, -47 lines 0 comments Download
M src/handles.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/heap.h View 6 chunks +13 lines, -1 line 0 comments Download
M src/heap.cc View 3 chunks +43 lines, -0 lines 0 comments Download
M src/hydrogen.h View 2 chunks +5 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 18 chunks +42 lines, -37 lines 0 comments Download
M src/hydrogen-instructions.h View 12 chunks +26 lines, -38 lines 0 comments Download
M src/hydrogen-instructions.cc View 8 chunks +44 lines, -14 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 6 chunks +34 lines, -46 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 chunk +11 lines, -1 line 0 comments Download
M src/ia32/frames-ia32.h View 2 chunks +6 lines, -5 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 9 chunks +21 lines, -13 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 12 chunks +78 lines, -84 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +13 lines, -20 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +9 lines, -17 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 9 chunks +32 lines, -21 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 9 chunks +40 lines, -57 lines 0 comments Download
M src/interpreter-irregexp.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M src/isolate.cc View 4 chunks +12 lines, -0 lines 0 comments Download
MM src/json.js View 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 2 chunks +19 lines, -27 lines 0 comments Download
M src/liveobjectlist.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/liveobjectlist.cc View 46 chunks +115 lines, -77 lines 0 comments Download
M src/messages.js View 15 chunks +42 lines, -21 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +5 lines, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 9 chunks +17 lines, -11 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 14 chunks +101 lines, -95 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 3 chunks +6 lines, -6 lines 0 comments Download
MM src/mirror-debugger.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/mksnapshot.cc View 1 chunk +0 lines, -2 lines 0 comments Download
MM src/objects.h View 17 chunks +76 lines, -38 lines 0 comments Download
M src/objects.cc View 15 chunks +95 lines, -242 lines 0 comments Download
M src/objects-inl.h View 5 chunks +17 lines, -10 lines 0 comments Download
M src/parser.h View 7 chunks +18 lines, -11 lines 0 comments Download
M src/parser.cc View 30 chunks +180 lines, -130 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/preparser.h View 4 chunks +15 lines, -3 lines 0 comments Download
M src/preparser.cc View 10 chunks +41 lines, -15 lines 0 comments Download
M src/preparser-api.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/prettyprinter.cc View 3 chunks +10 lines, -9 lines 0 comments Download
M src/profile-generator.h View 2 chunks +2 lines, -3 lines 0 comments Download
M src/profile-generator.cc View 4 chunks +27 lines, -9 lines 0 comments Download
MM src/regexp.js View 1 chunk +10 lines, -5 lines 0 comments Download
M src/rewriter.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
MM src/runtime.cc View 24 chunks +205 lines, -102 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/scanner-base.h View 4 chunks +16 lines, -150 lines 0 comments Download
M src/scanner-base.cc View 12 chunks +189 lines, -213 lines 0 comments Download
M src/scopeinfo.h View 1 chunk +1 line, -1 line 0 comments Download
M src/scopeinfo.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/scopes.h View 5 chunks +8 lines, -4 lines 0 comments Download
M src/scopes.cc View 15 chunks +47 lines, -19 lines 0 comments Download
M src/serialize.h View 2 chunks +47 lines, -0 lines 0 comments Download
M src/serialize.cc View 1 chunk +8 lines, -50 lines 0 comments Download
M src/small-pointer-list.h View 1 chunk +25 lines, -0 lines 0 comments Download
M src/spaces.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/spaces-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/string.js View 3 chunks +4 lines, -2 lines 0 comments Download
M src/stub-cache.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/stub-cache.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/token.h View 4 chunks +3 lines, -3 lines 0 comments Download
M src/token.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/type-info.h View 3 chunks +20 lines, -12 lines 0 comments Download
M src/type-info.cc View 3 chunks +21 lines, -24 lines 0 comments Download
M src/v8natives.js View 4 chunks +50 lines, -61 lines 0 comments Download
M src/v8threads.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/variables.h View 3 chunks +8 lines, -5 lines 0 comments Download
M src/variables.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/weakmap.js View 2 chunks +8 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +33 lines, -45 lines 0 comments Download
M src/x64/frames-x64.h View 2 chunks +7 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 8 chunks +18 lines, -10 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 13 chunks +54 lines, -75 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +13 lines, -20 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +9 lines, -18 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 6 chunks +36 lines, -33 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/zone.h View 2 chunks +5 lines, -5 lines 0 comments Download
M src/zone.cc View 4 chunks +31 lines, -22 lines 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-accessors.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-api.cc View 10 chunks +217 lines, -5 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M test/cctest/test-circular-queue.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-cpu-profiler.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 2 chunks +56 lines, -2 lines 0 comments Download
M test/cctest/test-lockers.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/test-log.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +46 lines, -76 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-unbound-queue.cc View 1 chunk +0 lines, -2 lines 0 comments Download
A + test/message/replacement-marker-as-argument.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/message/replacement-marker-as-argument.out View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/bugs/harmony/debug-blockscopes.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/external-array.js View 2 chunks +20 lines, -0 lines 0 comments Download
M test/mjsunit/function-caller.js View 1 chunk +7 lines, -0 lines 0 comments Download
M test/mjsunit/fuzz-natives.js View 1 chunk +1 line, -0 lines 0 comments Download
A + test/mjsunit/harmony/block-lazy-compile.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/block-let-declaration.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/block-scoping.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/debug-blockscopes.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/debug-evaluate-blockscopes.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/harmony/typeof.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/harmony/weakmaps.js View 1 chunk +17 lines, -0 lines 0 comments Download
M test/mjsunit/math-floor.js View 3 chunks +31 lines, -3 lines 0 comments Download
M test/mjsunit/math-round.js View 3 chunks +21 lines, -4 lines 0 comments Download
M test/mjsunit/regress/regress-1583.js View 1 chunk +7 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-1592.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1620.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1625.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-219.js View 2 chunks +50 lines, -78 lines 0 comments Download
M test/mjsunit/regress/regress-87.js View 1 chunk +21 lines, -26 lines 0 comments Download
M test/mjsunit/string-split.js View 1 chunk +12 lines, -0 lines 0 comments Download
M test/mjsunit/with-leave.js View 2 chunks +160 lines, -1 line 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +2 lines, -3 lines 0 comments Download
M test/sputnik/sputnik.status View 2 chunks +7 lines, -9 lines 0 comments Download
M tools/gyp/v8.gyp View 5 chunks +8 lines, -235 lines 0 comments Download
M tools/presubmit.py View 1 chunk +11 lines, -4 lines 0 comments Download
M tools/test.py View 1 chunk +3 lines, -3 lines 0 comments Download
M tools/test-wrapper-gypbuild.py View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 3 months ago (2011-08-29 11:28:59 UTC) #1
Jakob Kummerow
9 years, 3 months ago (2011-08-29 11:35:35 UTC) #2
rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698