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

Issue 6066010: Merge 6095:6198 from bleeding_edge to experimental/gc. (Closed)

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

Description

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

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4081 lines, -4065 lines) Patch
M ChangeLog View 1 chunk +25 lines, -0 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 3 chunks +19 lines, -7 lines 0 comments Download
M src/SConscript View 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.h View 3 chunks +5 lines, -38 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 6 chunks +24 lines, -22 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +4 lines, -6 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.h View 14 chunks +49 lines, -39 lines 0 comments Download
M src/arm/lithium-arm.cc View 12 chunks +27 lines, -41 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 26 chunks +263 lines, -62 lines 0 comments Download
M src/ast.h View 4 chunks +5 lines, -1 line 0 comments Download
M src/ast.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/builtins.cc View 2 chunks +28 lines, -32 lines 0 comments Download
M src/code-stubs.h View 2 chunks +1 line, -2 lines 0 comments Download
M src/cpu-profiler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/d8.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/d8-debug.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/d8-debug.cc View 3 chunks +15 lines, -4 lines 0 comments Download
M src/data-flow.h View 1 chunk +5 lines, -2 lines 0 comments Download
MM src/date.js View 1 chunk +1 line, -1 line 0 comments Download
M src/debug.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/debug-agent.h View 2 chunks +4 lines, -2 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/deoptimizer.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/globals.h View 2 chunks +9 lines, -4 lines 0 comments Download
M src/heap.h View 4 chunks +15 lines, -2 lines 0 comments Download
M src/heap.cc View 5 chunks +38 lines, -27 lines 0 comments Download
M src/heap-inl.h View 3 chunks +82 lines, -0 lines 0 comments Download
M src/hydrogen.h View 5 chunks +48 lines, -61 lines 0 comments Download
M src/hydrogen.cc View 13 chunks +80 lines, -31 lines 0 comments Download
M src/hydrogen-instructions.h View 20 chunks +71 lines, -14 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 5 chunks +1 line, -14 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +53 lines, -20 lines 0 comments Download
M src/ia32/lithium-ia32.h View 10 chunks +33 lines, -11 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 8 chunks +19 lines, -30 lines 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
MM src/json.js View 6 chunks +5 lines, -10 lines 0 comments Download
M src/lithium-allocator.h View 6 chunks +39 lines, -2 lines 0 comments Download
M src/lithium-allocator.cc View 5 chunks +37 lines, -7 lines 0 comments Download
M src/liveedit-debugger.js View 1 chunk +2 lines, -2 lines 0 comments Download
M src/log.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/macros.py View 1 chunk +1 line, -0 lines 0 comments Download
MM src/mirror-debugger.js View 1 chunk +1 line, -1 line 0 comments Download
M src/objects.h View 5 chunks +46 lines, -5 lines 0 comments Download
M src/objects.cc View 11 chunks +138 lines, -19 lines 0 comments Download
M src/objects-debug.cc View 23 chunks +2 lines, -845 lines 0 comments Download
A + src/objects-printer.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/objects-visiting.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/parser.h View 2 chunks +22 lines, -4 lines 0 comments Download
M src/parser.cc View 16 chunks +55 lines, -40 lines 0 comments Download
M src/platform.h View 3 chunks +13 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 4 chunks +14 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 3 chunks +32 lines, -1 line 0 comments Download
M src/platform-nullos.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +13 lines, -0 lines 0 comments Download
M src/preparse-data.h View 4 chunks +37 lines, -11 lines 0 comments Download
M src/preparse-data.cc View 1 chunk +12 lines, -9 lines 0 comments Download
M src/preparser.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/preparser.cc View 4 chunks +20 lines, -15 lines 0 comments Download
M src/preparser-api.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/scanner.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/scanner.cc View 4 chunks +3 lines, -8 lines 0 comments Download
M src/scanner-base.h View 8 chunks +123 lines, -91 lines 0 comments Download
M src/scanner-base.cc View 7 chunks +6 lines, -28 lines 0 comments Download
M src/string.js View 1 chunk +1 line, -1 line 0 comments Download
M src/string-search.h View 1 chunk +1 line, -6 lines 0 comments Download
M src/top.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/unicode.cc View 21 chunks +165 lines, -163 lines 0 comments Download
M src/utils.h View 1 chunk +18 lines, -0 lines 0 comments Download
M src/v8threads.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.h View 3 chunks +2 lines, -38 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/x64/codegen-x64.cc View 2 chunks +2 lines, -13 lines 0 comments Download
M src/x64/debug-x64.cc View 7 chunks +76 lines, -72 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/ic-x64.cc View 16 chunks +229 lines, -235 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 26 chunks +1133 lines, -1138 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/bugs/bug-1015.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/indexed-accessors.js View 1 chunk +0 lines, -13 lines 0 comments Download
A + test/mjsunit/regress/regress-1017.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-900.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mozilla/mozilla.status View 1 chunk +0 lines, -2 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +748 lines, -721 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 17 chunks +9 lines, -29 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_arm.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 11 months ago (2011-01-05 13:43:50 UTC) #1
Erik Corry
9 years, 11 months ago (2011-01-05 13:46:41 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698