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

Issue 7535004: Merge bleeding edge up to 8774 into the GC branch. (Closed)

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

Description

Merge bleeding edge up to 8774 into the GC branch. Committed: http://code.google.com/p/v8/source/detail?r=8822

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8458 lines, -5459 lines) Patch
M ChangeLog View 1 chunk +86 lines, -0 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 5 chunks +15 lines, -22 lines 0 comments Download
M build/all.gyp View 1 chunk +9 lines, -3 lines 0 comments Download
M include/v8.h View 10 chunks +127 lines, -29 lines 0 comments Download
M preparser/preparser-process.cc View 1 chunk +1 line, -1 line 0 comments Download
M samples/shell.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M src/SConscript View 4 chunks +16 lines, -12 lines 0 comments Download
M src/api.cc View 21 chunks +193 lines, -254 lines 0 comments Download
M src/apinatives.js View 1 chunk +4 lines, -8 lines 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +12 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/arm/code-stubs-arm.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 10 chunks +20 lines, -72 lines 0 comments Download
M src/arm/codegen-arm.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 7 chunks +11 lines, -8 lines 0 comments Download
M src/arm/lithium-arm.h View 4 chunks +40 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 3 chunks +35 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 7 chunks +98 lines, -5 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 4 chunks +9 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 2 chunks +190 lines, -0 lines 0 comments Download
M src/array.js View 3 chunks +3 lines, -3 lines 0 comments Download
M src/assembler.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/assembler.cc View 3 chunks +11 lines, -4 lines 0 comments Download
M src/ast.h View 39 chunks +145 lines, -68 lines 0 comments Download
M src/ast.cc View 7 chunks +40 lines, -28 lines 0 comments Download
M src/ast-inl.h View 1 chunk +32 lines, -24 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/builtins.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/code-stubs.h View 10 chunks +71 lines, -49 lines 0 comments Download
M src/code-stubs.cc View 6 chunks +122 lines, -21 lines 0 comments Download
M src/codegen.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M src/compiler.h View 1 chunk +6 lines, -3 lines 0 comments Download
M src/compiler.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/contexts.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/conversions.cc View 1 chunk +0 lines, -20 lines 0 comments Download
M src/conversions-inl.h View 2 chunks +2 lines, -5 lines 0 comments Download
M src/cpu-profiler.h View 4 chunks +0 lines, -10 lines 0 comments Download
M src/cpu-profiler.cc View 2 chunks +0 lines, -12 lines 0 comments Download
M src/cpu-profiler-inl.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/d8.h View 11 chunks +68 lines, -41 lines 0 comments Download
M src/d8.cc View 42 chunks +191 lines, -61 lines 0 comments Download
M src/d8.gyp View 1 chunk +19 lines, -11 lines 0 comments Download
M src/debug.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/debug.cc View 5 chunks +8 lines, -9 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/extensions/experimental/number-format.cc View 4 chunks +18 lines, -0 lines 0 comments Download
M src/factory.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/factory.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 4 chunks +3 lines, -19 lines 0 comments Download
M src/frames.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/frames.cc View 4 chunks +2 lines, -3 lines 0 comments Download
M src/full-codegen.h View 10 chunks +50 lines, -5 lines 0 comments Download
M src/full-codegen.cc View 12 chunks +19 lines, -1 line 0 comments Download
M src/globals.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/handles.h View 2 chunks +11 lines, -3 lines 0 comments Download
M src/handles.cc View 3 chunks +19 lines, -40 lines 0 comments Download
M src/heap.h View 5 chunks +15 lines, -10 lines 0 comments Download
M src/heap.cc View 17 chunks +71 lines, -70 lines 0 comments Download
M src/heap-inl.h View 2 chunks +6 lines, -5 lines 0 comments Download
M src/heap-profiler.h View 4 chunks +0 lines, -8 lines 0 comments Download
M src/heap-profiler.cc View 3 chunks +0 lines, -12 lines 0 comments Download
M src/hydrogen.h View 4 chunks +8 lines, -2 lines 0 comments Download
M src/hydrogen.cc View 17 chunks +114 lines, -60 lines 0 comments Download
M src/hydrogen-instructions.h View 16 chunks +103 lines, -46 lines 0 comments Download
M src/hydrogen-instructions.cc View 5 chunks +46 lines, -17 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 13 chunks +149 lines, -116 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/ia32/cpu-ia32.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 83 chunks +133 lines, -16 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 9 chunks +179 lines, -40 lines 0 comments Download
M src/ia32/lithium-ia32.h View 5 chunks +44 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +45 lines, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 2 chunks +157 lines, -0 lines 0 comments Download
M src/ic.h View 2 chunks +11 lines, -1 line 0 comments Download
M src/ic.cc View 3 chunks +26 lines, -8 lines 0 comments Download
M src/isolate.h View 10 chunks +3 lines, -38 lines 0 comments Download
M src/isolate.cc View 4 chunks +0 lines, -9 lines 0 comments Download
M src/json-parser.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/jsregexp.cc View 4 chunks +1 line, -7 lines 0 comments Download
M src/log.h View 6 chunks +3 lines, -13 lines 0 comments Download
M src/log.cc View 36 chunks +4 lines, -129 lines 0 comments Download
M src/log-inl.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/log-utils.h View 5 chunks +13 lines, -92 lines 0 comments Download
M src/log-utils.cc View 9 chunks +25 lines, -143 lines 0 comments Download
M src/macros.py View 2 chunks +2 lines, -1 line 0 comments Download
M src/mark-compact.cc View 2 chunks +0 lines, -3 lines 0 comments Download
M src/messages.js View 2 chunks +12 lines, -8 lines 0 comments Download
M src/mips/assembler-mips.h View 2 chunks +12 lines, -2 lines 0 comments Download
M src/mips/assembler-mips.cc View 2 chunks +3 lines, -4 lines 0 comments Download
M src/mips/code-stubs-mips.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 8 chunks +44 lines, -96 lines 0 comments Download
M src/mips/codegen-mips.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 6 chunks +10 lines, -7 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 2 chunks +189 lines, -0 lines 0 comments Download
MM src/mirror-debugger.js View 7 chunks +29 lines, -12 lines 0 comments Download
M src/mksnapshot.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/natives.h View 1 chunk +1 line, -1 line 0 comments Download
MM src/objects.h View 24 chunks +136 lines, -52 lines 0 comments Download
M src/objects.cc View 57 chunks +519 lines, -129 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects-inl.h View 14 chunks +102 lines, -5 lines 0 comments Download
M src/objects-printer.cc View 4 chunks +29 lines, -4 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 +4 lines, -1 line 0 comments Download
M src/parser.cc View 55 chunks +107 lines, -81 lines 0 comments Download
M src/platform.h View 4 chunks +7 lines, -9 lines 0 comments Download
M src/platform-cygwin.cc View 5 chunks +0 lines, -23 lines 0 comments Download
M src/platform-freebsd.cc View 5 chunks +0 lines, -21 lines 0 comments Download
M src/platform-linux.cc View 11 chunks +38 lines, -38 lines 0 comments Download
M src/platform-macos.cc View 5 chunks +0 lines, -19 lines 0 comments Download
M src/platform-nullos.cc View 3 chunks +1 line, -12 lines 0 comments Download
M src/platform-openbsd.cc View 5 chunks +0 lines, -21 lines 0 comments Download
M src/platform-posix.cc View 4 chunks +23 lines, -1 line 0 comments Download
M src/platform-solaris.cc View 3 chunks +0 lines, -21 lines 0 comments Download
M src/platform-tls.h View 1 chunk +1 line, -1 line 0 comments Download
M src/platform-win32.cc View 4 chunks +21 lines, -19 lines 0 comments Download
M src/profile-generator.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M src/profile-generator-inl.h View 2 chunks +0 lines, -4 lines 0 comments Download
M src/property.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/proxy.js View 1 chunk +16 lines, -0 lines 0 comments Download
M src/rewriter.cc View 2 chunks +11 lines, -5 lines 0 comments Download
M src/runtime.h View 8 chunks +10 lines, -14 lines 0 comments Download
MM src/runtime.cc View 48 chunks +261 lines, -107 lines 0 comments Download
M src/runtime.js View 1 chunk +2 lines, -1 line 0 comments Download
M src/runtime-profiler.cc View 7 chunks +0 lines, -12 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/scopes.h View 3 chunks +17 lines, -5 lines 0 comments Download
M src/scopes.cc View 14 chunks +53 lines, -38 lines 0 comments Download
M src/serialize.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/spaces.h View 12 chunks +1 line, -50 lines 0 comments Download
M src/spaces.cc View 15 chunks +6 lines, -79 lines 0 comments Download
M src/string-stream.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/stub-cache.h View 2 chunks +5 lines, -0 lines 0 comments Download
M src/third_party/valgrind/valgrind.h View 74 chunks +1398 lines, -1290 lines 0 comments Download
M src/type-info.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/type-info.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/utils.h View 2 chunks +25 lines, -0 lines 0 comments Download
M src/v8.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/v8.cc View 3 chunks +16 lines, -2 lines 0 comments Download
M src/v8globals.h View 2 chunks +15 lines, -6 lines 0 comments Download
M src/v8natives.js View 19 chunks +108 lines, -32 lines 0 comments Download
M src/v8utils.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/v8utils.cc View 2 chunks +39 lines, -13 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/vm-state.h View 2 chunks +0 lines, -11 lines 0 comments Download
M src/vm-state-inl.h View 4 chunks +0 lines, -41 lines 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 14 chunks +149 lines, -116 lines 0 comments Download
M src/x64/codegen-x64.h View 1 chunk +0 lines, -2 lines 0 comments Download
M src/x64/cpu-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 5 chunks +11 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 7 chunks +9 lines, -9 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 8 chunks +164 lines, -39 lines 0 comments Download
M src/x64/lithium-x64.h View 4 chunks +40 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +40 lines, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 3 chunks +137 lines, -3 lines 0 comments Download
M src/zone.h View 2 chunks +3 lines, -1 line 0 comments Download
M test/benchmarks/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/SConscript View 4 chunks +25 lines, -1 line 0 comments Download
M test/cctest/cctest.gyp View 5 chunks +42 lines, -1 line 0 comments Download
A + test/cctest/log-eq-of-logging-and-traversal.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/cctest/test-api.cc View 7 chunks +189 lines, -36 lines 0 comments Download
M test/cctest/test-ast.cc View 2 chunks +1 line, -12 lines 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-cpu-profiler.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M test/cctest/test-decls.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/cctest/test-dictionary.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M test/cctest/test-list.cc View 2 chunks +12 lines, -1 line 0 comments Download
M test/cctest/test-log.cc View 9 chunks +147 lines, -702 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 2 chunks +0 lines, -4 lines 0 comments Download
D test/cctest/test-log-utils.cc View 1 chunk +0 lines, -140 lines 0 comments Download
M test/cctest/test-profile-generator.cc View 2 chunks +0 lines, -4 lines 0 comments Download
M test/es5conform/es5conform.status View 1 chunk +0 lines, -10 lines 0 comments Download
M test/es5conform/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
A + test/message/regress/regress-1527.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/message/regress/regress-1527.out View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/message/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/debug-backtrace.js View 2 chunks +1 line, -2 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals-optimized.js View 2 chunks +34 lines, -6 lines 0 comments Download
M test/mjsunit/debug-evaluate-locals-optimized-double.js View 2 chunks +35 lines, -11 lines 0 comments Download
A + test/mjsunit/debug-receiver.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/harmony/proxies.js View 13 chunks +574 lines, -9 lines 0 comments Download
A + test/mjsunit/regress/regress-1560.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1563.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1582.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-798.js View 1 chunk +0 lines, -1 line 0 comments Download
A + test/mjsunit/regress/regress-88591.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-91010.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/scope-calls-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M test/mjsunit/tools/profile_view.js View 1 chunk +2 lines, -1 line 0 comments Download
M test/mjsunit/unbox-double-arrays.js View 1 chunk +480 lines, -31 lines 0 comments Download
M test/mjsunit/undeletable-functions.js View 2 chunks +3 lines, -1 line 0 comments Download
M test/mozilla/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M test/sputnik/sputnik.status View 1 chunk +11 lines, -0 lines 0 comments Download
M test/sputnik/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M test/test262/test262.status View 3 chunks +0 lines, -84 lines 0 comments Download
M test/test262/testcfg.py View 1 chunk +1 line, -1 line 0 comments Download
M tools/codemap.js View 1 chunk +8 lines, -0 lines 0 comments Download
M tools/gcmole/gcmole.lua View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/grokdump.py View 3 chunks +16 lines, -10 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +0 lines, -3 lines 0 comments Download
M tools/oom_dump/README View 1 chunk +3 lines, -1 line 0 comments Download
M tools/profile.js View 5 chunks +46 lines, -2 lines 0 comments Download
M tools/splaytree.js View 1 chunk +11 lines, -0 lines 0 comments Download
M tools/test.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 4 months ago (2011-08-03 16:05:16 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 4 months ago (2011-08-03 16:07:35 UTC) #2
rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698