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

Issue 6597029: [Isolates] Merge r 6300:6500 from bleeding_edge to isolates. (Closed)

Created:
9 years, 10 months ago by Dmitry Titov
Modified:
9 years, 7 months ago
Reviewers:
Vitaly Repeshko
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] Merge r 6300:6500 from bleeding_edge to isolates. Committed: http://code.google.com/p/v8/source/detail?r=6956

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13900 lines, -7789 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 2 chunks +54 lines, -2 lines 0 comments Download
M LICENSE View 1 chunk +1 line, -1 line 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 8 chunks +36 lines, -2 lines 0 comments Download
M include/v8.h View 5 chunks +33 lines, -7 lines 0 comments Download
M src/SConscript View 6 chunks +9 lines, -5 lines 0 comments Download
M src/api.cc View 4 chunks +35 lines, -17 lines 0 comments Download
M src/arm/assembler-arm.h View 9 chunks +10 lines, -169 lines 0 comments Download
M src/arm/assembler-arm.cc View 47 chunks +114 lines, -152 lines 0 comments Download
M src/arm/builtins-arm.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +111 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 41 chunks +790 lines, -104 lines 0 comments Download
M src/arm/codegen-arm.cc View 13 chunks +17 lines, -21 lines 0 comments Download
M src/arm/codegen-arm-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/arm/constants-arm.h View 9 chunks +456 lines, -135 lines 0 comments Download
M src/arm/constants-arm.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M src/arm/cpu-arm.cc View 1 chunk +1 line, -2 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M src/arm/disasm-arm.cc View 52 chunks +230 lines, -229 lines 0 comments Download
M src/arm/frames-arm.h View 3 chunks +8 lines, -13 lines 0 comments Download
M src/arm/frames-arm.cc View 2 chunks +2 lines, -9 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 21 chunks +56 lines, -43 lines 0 comments Download
M src/arm/ic-arm.cc View 15 chunks +21 lines, -699 lines 0 comments Download
M src/arm/jump-target-arm.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.h View 37 chunks +644 lines, -588 lines 0 comments Download
M src/arm/lithium-arm.cc View 38 chunks +218 lines, -192 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 6 chunks +34 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 59 chunks +923 lines, -115 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 6 chunks +52 lines, -14 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 21 chunks +128 lines, -68 lines 0 comments Download
M src/arm/simulator-arm.h View 8 chunks +45 lines, -53 lines 0 comments Download
M src/arm/simulator-arm.cc View 87 chunks +269 lines, -267 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 25 chunks +785 lines, -60 lines 0 comments Download
M src/assembler.h View 3 chunks +27 lines, -1 line 0 comments Download
M src/assembler.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M src/ast.h View 8 chunks +13 lines, -7 lines 0 comments Download
M src/ast.cc View 8 chunks +33 lines, -30 lines 0 comments Download
M src/builtins.h View 3 chunks +1 line, -14 lines 0 comments Download
M src/builtins.cc View 6 chunks +13 lines, -79 lines 0 comments Download
M src/code-stubs.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/code-stubs.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/codegen.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M src/compiler.h View 3 chunks +9 lines, -7 lines 0 comments Download
M src/compiler.cc View 6 chunks +31 lines, -2 lines 0 comments Download
M src/debug-debugger.js View 5 chunks +24 lines, -7 lines 0 comments Download
M src/deoptimizer.h View 1 chunk +10 lines, -7 lines 0 comments Download
M src/extensions/experimental/experimental.gyp View 1 chunk +4 lines, -1 line 0 comments Download
M src/flag-definitions.h View 3 chunks +10 lines, -0 lines 0 comments Download
M src/frames.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +11 lines, -0 lines 0 comments Download
A + src/gdb-jit.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/gdb-jit.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/heap.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/heap.cc View 4 chunks +6 lines, -0 lines 0 comments Download
M src/hydrogen.h View 3 chunks +9 lines, -1 line 0 comments Download
M src/hydrogen.cc View 32 chunks +181 lines, -93 lines 0 comments Download
M src/hydrogen-instructions.h View 69 chunks +296 lines, -221 lines 0 comments Download
M src/hydrogen-instructions.cc View 10 chunks +45 lines, -34 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 5 chunks +10 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +40 lines, -64 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +206 lines, -123 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 3 chunks +69 lines, -43 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 6 chunks +223 lines, -130 lines 0 comments Download
M src/ia32/ic-ia32.cc View 6 chunks +13 lines, -347 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 6 chunks +20 lines, -7 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 73 chunks +350 lines, -235 lines 0 comments Download
A + src/ia32/lithium-gap-resolver-ia32.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/ia32/lithium-gap-resolver-ia32.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/ia32/lithium-ia32.h View 34 chunks +553 lines, -564 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 25 chunks +125 lines, -90 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +7 lines, -16 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 4 chunks +49 lines, -51 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 23 chunks +475 lines, -118 lines 0 comments Download
M src/ic.h View 6 chunks +15 lines, -16 lines 0 comments Download
M src/ic.cc View 20 chunks +267 lines, -193 lines 0 comments Download
A + src/inspector.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/inspector.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/isolate.h View 7 chunks +11 lines, -17 lines 0 comments Download
M src/isolate.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/json.js View 5 chunks +13 lines, -12 lines 0 comments Download
M src/lithium.h View 1 chunk +341 lines, -19 lines 0 comments Download
M src/lithium.cc View 2 chunks +74 lines, -151 lines 0 comments Download
M src/lithium-allocator.h View 8 chunks +9 lines, -381 lines 0 comments Download
M src/lithium-allocator.cc View 8 chunks +72 lines, -85 lines 0 comments Download
A + src/liveobjectlist.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/liveobjectlist.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/liveobjectlist-inl.h View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/mark-compact.cc View 9 chunks +22 lines, -0 lines 0 comments Download
M src/messages.js View 4 chunks +91 lines, -14 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 1 chunk +14 lines, -0 lines 0 comments Download
M src/objects.h View 13 chunks +103 lines, -72 lines 0 comments Download
M src/objects.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects-debug.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 9 chunks +45 lines, -18 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/parser.h View 3 chunks +11 lines, -0 lines 0 comments Download
M src/parser.cc View 28 chunks +318 lines, -25 lines 0 comments Download
M src/platform.h View 2 chunks +3 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-linux.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-nullos.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 4 chunks +36 lines, -4 lines 0 comments Download
M src/preparse-data.h View 1 chunk +1 line, -1 line 0 comments Download
M src/preparser.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/preparser.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M src/preparser-api.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M src/rewriter.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/runtime.cc View 15 chunks +128 lines, -84 lines 0 comments Download
M src/runtime-profiler.cc View 3 chunks +8 lines, -18 lines 0 comments Download
M src/safepoint-table.h View 5 chunks +23 lines, -1 line 0 comments Download
M src/safepoint-table.cc View 4 chunks +19 lines, -0 lines 0 comments Download
M src/scanner.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/scanner.cc View 1 chunk +7 lines, -3 lines 0 comments Download
M src/scanner-base.h View 5 chunks +25 lines, -6 lines 0 comments Download
M src/scanner-base.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M src/scopeinfo.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M src/scopes.h View 4 chunks +50 lines, -0 lines 0 comments Download
M src/scopes.cc View 17 chunks +146 lines, -61 lines 0 comments Download
M src/spaces.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M src/stub-cache.h View 7 chunks +41 lines, -19 lines 0 comments Download
M src/stub-cache.cc View 52 chunks +205 lines, -46 lines 0 comments Download
M src/top.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/type-info.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/type-info.cc View 2 chunks +13 lines, -2 lines 0 comments Download
M src/utils.cc View 1 chunk +92 lines, -0 lines 0 comments Download
M src/v8globals.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/v8utils.h View 1 chunk +33 lines, -0 lines 0 comments Download
M src/variables.h View 4 chunks +5 lines, -2 lines 0 comments Download
M src/variables.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 10 chunks +29 lines, -11 lines 0 comments Download
M src/x64/assembler-x64.cc View 6 chunks +88 lines, -0 lines 0 comments Download
M src/x64/assembler-x64-inl.h View 8 chunks +12 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +27 lines, -1 line 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 6 chunks +111 lines, -9 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +2 lines, -8 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +435 lines, -6 lines 0 comments Download
M src/x64/disasm-x64.cc View 2 chunks +13 lines, -3 lines 0 comments Download
M src/x64/frames-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/full-codegen-x64.cc View 4 chunks +22 lines, -13 lines 0 comments Download
M src/x64/ic-x64.cc View 5 chunks +9 lines, -272 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 8 chunks +18 lines, -12 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 25 chunks +837 lines, -70 lines 0 comments Download
A + src/x64/lithium-gap-resolver-x64.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/x64/lithium-gap-resolver-x64.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
M src/x64/lithium-x64.h View 36 chunks +525 lines, -570 lines 0 comments Download
M src/x64/lithium-x64.cc View 21 chunks +423 lines, -69 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 8 chunks +29 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 8 chunks +128 lines, -12 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 24 chunks +428 lines, -122 lines 0 comments Download
M test/cctest/cctest.status View 3 chunks +12 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 3 chunks +137 lines, -0 lines 0 comments Download
M test/cctest/test-assembler-arm.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-mips.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 2 chunks +49 lines, -0 lines 0 comments Download
M test/es5conform/es5conform.status View 1 chunk +0 lines, -5 lines 0 comments Download
A + test/mjsunit/closures.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/regress-closures-with-eval.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/compiler/regress-serialized-slots.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/cyclic-error-to-string.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/debug-breakpoints.js View 1 chunk +86 lines, -0 lines 0 comments Download
M test/mjsunit/delay-syntax-error.js View 1 chunk +9 lines, -8 lines 0 comments Download
M test/mjsunit/error-constructors.js View 1 chunk +10 lines, -0 lines 0 comments Download
M test/mjsunit/regress/regress-1036894.js View 1 chunk +5 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-1060.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-70066.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-990205.js View 1 chunk +5 lines, -1 line 0 comments Download
M test/mjsunit/regress/regress-create-exception.js View 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/strict-mode.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/string-charcodeat.js View 2 chunks +31 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 2 chunks +3 lines, -13 lines 0 comments Download
M tools/gyp/v8.gyp View 8 chunks +21 lines, -4 lines 0 comments Download
M tools/v8.xcodeproj/project.pbxproj View 12 chunks +29 lines, -1 line 0 comments Download

Messages

Total messages: 1 (0 generated)
Dmitry Titov
9 years, 10 months ago (2011-02-26 03:01:45 UTC) #1
TBR=vitalyr

Powered by Google App Engine
This is Rietveld 408576698