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

Issue 7607031: Update gc branch to bleeding_edge revision 8862. (Closed)

Created:
9 years, 4 months ago by Lasse Reichstein
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Update gc branch to bleeding_edge revision 8862. Committed: http://code.google.com/p/v8/source/detail?r=8878

Patch Set 1 #

Patch Set 2 : Fix bug in weak-map merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3594 lines, -1887 lines) Patch
M .gitignore View 1 chunk +0 lines, -1 line 0 comments Download
M ChangeLog View 1 chunk +12 lines, -0 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
A Makefile View 1 chunk +113 lines, -0 lines 0 comments Download
M SConstruct View 6 chunks +57 lines, -6 lines 0 comments Download
M build/all.gyp View 2 chunks +2 lines, -1 line 0 comments Download
M build/armu.gypi View 1 chunk +1 line, -1 line 0 comments Download
M build/common.gypi View 3 chunks +23 lines, -4 lines 0 comments Download
M build/v8-features.gypi View 1 chunk +13 lines, -0 lines 0 comments Download
M include/v8.h View 1 chunk +1 line, -1 line 0 comments Download
A + preparser/preparser.gyp View 1 chunk +12 lines, -7 lines 0 comments Download
M samples/samples.gyp View 2 chunks +10 lines, -9 lines 0 comments Download
M src/SConscript View 4 chunks +4 lines, -1 line 0 comments Download
M src/api.h View 4 chunks +0 lines, -7 lines 0 comments Download
M src/api.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +118 lines, -62 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/arm/disasm-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-arm.cc View 1 chunk +7 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 chunk +128 lines, -42 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 chunk +11 lines, -4 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 +1 line, -1 line 0 comments Download
M src/bootstrapper.cc View 4 chunks +23 lines, -1 line 0 comments Download
M src/codegen.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/d8.h View 13 chunks +24 lines, -24 lines 0 comments Download
M src/d8.cc View 33 chunks +91 lines, -89 lines 0 comments Download
M src/d8.gyp View 3 chunks +17 lines, -2 lines 0 comments Download
M src/debug.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/deoptimizer.h View 2 chunks +2 lines, -4 lines 0 comments Download
M src/deoptimizer.cc View 3 chunks +3 lines, -1 line 0 comments Download
A + src/elements.h View 2 chunks +29 lines, -18 lines 0 comments Download
A src/elements.cc View 1 chunk +425 lines, -0 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.cc View 3 chunks +25 lines, -18 lines 0 comments Download
M src/hydrogen.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 9 chunks +11 lines, -10 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M src/isolate.h View 11 chunks +45 lines, -9 lines 0 comments Download
M src/isolate.cc View 10 chunks +81 lines, -64 lines 0 comments Download
M src/json-parser.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/log-utils.h View 1 chunk +1 line, -1 line 0 comments Download
M src/log-utils.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mark-compact.h View 3 chunks +16 lines, -0 lines 0 comments Download
M src/mark-compact.cc View 1 6 chunks +91 lines, -9 lines 0 comments Download
M src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +11 lines, -4 lines 0 comments Download
M src/objects.h View 30 chunks +111 lines, -43 lines 0 comments Download
M src/objects.cc View 22 chunks +227 lines, -621 lines 0 comments Download
M src/objects-debug.cc View 3 chunks +12 lines, -1 line 0 comments Download
M src/objects-inl.h View 20 chunks +101 lines, -38 lines 0 comments Download
src/objects-printer.cc View 8 chunks +24 lines, -10 lines 0 comments Download
M src/objects-visiting.h View 2 chunks +5 lines, -4 lines 0 comments Download
M src/objects-visiting.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/parser.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/parser.cc View 10 chunks +61 lines, -47 lines 0 comments Download
M src/platform.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/platform-cygwin.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/runtime.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/runtime.cc View 17 chunks +97 lines, -26 lines 0 comments Download
M src/scanner-base.h View 2 chunks +8 lines, -4 lines 0 comments Download
M src/scanner-base.cc View 3 chunks +150 lines, -2 lines 0 comments Download
D src/shell.h View 1 chunk +0 lines, -55 lines 0 comments Download
M src/spaces.h View 7 chunks +10 lines, -8 lines 0 comments Download
M src/spaces.cc View 2 chunks +13 lines, -4 lines 0 comments Download
M src/v8.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/v8natives.js View 5 chunks +9 lines, -8 lines 0 comments Download
M src/v8threads.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
A + src/weakmap.js View 1 chunk +48 lines, -49 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/x64/disasm-x64.cc View 6 chunks +8 lines, -7 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M test/cctest/SConscript View 1 chunk +2 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +3 lines, -0 lines 0 comments Download
M test/cctest/test-alloc.cc View 5 chunks +8 lines, -7 lines 0 comments Download
M test/cctest/test-api.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-parsing.cc View 7 chunks +14 lines, -0 lines 0 comments Download
M test/cctest/test-serialize.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M test/cctest/test-spaces.cc View 7 chunks +68 lines, -27 lines 0 comments Download
A test/cctest/test-weakmaps.cc View 1 chunk +149 lines, -0 lines 0 comments Download
M test/cctest/testcfg.py View 2 chunks +11 lines, -2 lines 0 comments Download
M test/es5conform/es5conform.status View 1 chunk +10 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/regress-lbranch-double.js View 2 chunks +11 lines, -26 lines 0 comments Download
M test/mjsunit/d8-os.js View 2 chunks +89 lines, -84 lines 0 comments Download
A test/mjsunit/harmony/weakmaps.js View 1 chunk +145 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-1419.js View 2 chunks +15 lines, -23 lines 0 comments Download
A + test/mjsunit/regress/regress-1546.js View 2 chunks +5 lines, -28 lines 0 comments Download
A + test/mjsunit/regress/regress-1583.js View 2 chunks +24 lines, -29 lines 0 comments Download
A + test/mjsunit/regress/regress-1586.js View 2 chunks +31 lines, -22 lines 0 comments Download
A + test/mjsunit/regress/regress-91008.js View 2 chunks +17 lines, -29 lines 0 comments Download
A + test/mjsunit/regress/regress-91013.js View 2 chunks +20 lines, -24 lines 0 comments Download
A + test/mjsunit/regress/regress-91120.js View 2 chunks +22 lines, -29 lines 0 comments Download
A test/mjsunit/regress/regress-91517.js View 1 chunk +112 lines, -0 lines 0 comments Download
A + test/mjsunit/regress/regress-91787.js View 2 chunks +8 lines, -28 lines 0 comments Download
M test/mjsunit/undeletable-functions.js View 2 chunks +1 line, -3 lines 0 comments Download
M test/preparser/testcfg.py View 2 chunks +7 lines, -2 lines 0 comments Download
test/sputnik/sputnik.status View 1 chunk +0 lines, -11 lines 0 comments Download
M tools/grokdump.py View 2 chunks +60 lines, -59 lines 0 comments Download
M tools/gyp/v8.gyp View 24 chunks +116 lines, -61 lines 0 comments Download
M tools/test.py View 5 chunks +19 lines, -5 lines 0 comments Download
A tools/test-wrapper-gypbuild.py View 1 chunk +223 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 4 months ago (2011-08-10 12:36:55 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 4 months ago (2011-08-10 12:38:18 UTC) #2
rubberstamp lgtm

// if it passes all tests

Powered by Google App Engine
This is Rietveld 408576698