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

Issue 6577036: [Isolates] Merge from bleeding_edge to isolates, revisions 6100-6300. (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 from bleeding_edge to isolates, revisions 6100-6300. Committed: http://code.google.com/p/v8/source/detail?r=6942

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11470 lines, -6568 lines) Patch
M ChangeLog View 1 2 3 2 chunks +40 lines, -1 line 0 comments Download
M MERGE View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M SConstruct View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M include/v8.h View 1 2 3 5 chunks +22 lines, -7 lines 0 comments Download
M src/SConscript View 1 2 3 4 chunks +7 lines, -3 lines 0 comments Download
M src/accessors.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/api.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M src/arm/assembler-arm.h View 1 2 3 6 chunks +17 lines, -9 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M src/arm/builtins-arm.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 2 3 3 chunks +5 lines, -38 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 1 2 3 12 chunks +37 lines, -37 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 2 3 6 chunks +9 lines, -12 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 2 3 3 chunks +11 lines, -2 lines 0 comments Download
src/arm/ic-arm.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/arm/lithium-arm.h View 1 2 3 33 chunks +115 lines, -283 lines 0 comments Download
M src/arm/lithium-arm.cc View 1 2 3 29 chunks +72 lines, -352 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 2 3 4 chunks +12 lines, -1 line 0 comments Download
M src/arm/lithium-codegen-arm.cc View 1 2 3 43 chunks +811 lines, -108 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 3 7 chunks +43 lines, -10 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 2 3 8 chunks +58 lines, -7 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/arm/regexp-macro-assembler-arm.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M src/arm/simulator-arm.cc View 1 2 3 2 chunks +7 lines, -5 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/array.js View 1 2 3 2 chunks +36 lines, -18 lines 0 comments Download
M src/assembler.h View 1 2 3 3 chunks +5 lines, -0 lines 0 comments Download
M src/assembler.cc View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download
M src/ast.h View 1 2 3 7 chunks +8 lines, -1 line 0 comments Download
src/ast.cc View 1 2 3 4 chunks +22 lines, -6 lines 0 comments Download
M src/builtins.cc View 1 2 3 2 chunks +33 lines, -32 lines 0 comments Download
M src/code-stubs.h View 1 2 3 9 chunks +46 lines, -14 lines 0 comments Download
M src/code-stubs.cc View 1 2 3 2 chunks +34 lines, -1 line 0 comments Download
M src/compiler.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
src/cpu-profiler.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/d8.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M src/d8.js View 1 2 3 30 chunks +554 lines, -57 lines 0 comments Download
M src/d8-debug.h View 1 2 3 2 chunks +4 lines, -2 lines 0 comments Download
M src/d8-debug.cc View 1 2 3 3 chunks +15 lines, -4 lines 0 comments Download
M src/data-flow.h View 1 2 3 1 chunk +5 lines, -2 lines 0 comments Download
M src/date.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/debug.h View 1 2 3 2 chunks +10 lines, -0 lines 0 comments Download
M src/debug.cc View 1 2 3 4 chunks +7 lines, -7 lines 0 comments Download
M src/debug-agent.h View 1 2 3 2 chunks +5 lines, -3 lines 0 comments Download
M src/debug-agent.cc View 1 2 3 3 chunks +26 lines, -7 lines 0 comments Download
M src/debug-debugger.js View 1 2 3 8 chunks +133 lines, -3 lines 0 comments Download
M src/deoptimizer.h View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M src/deoptimizer.cc View 1 2 3 2 chunks +7 lines, -7 lines 0 comments Download
M src/disassembler.cc View 1 2 3 2 chunks +7 lines, -4 lines 0 comments Download
A + src/extensions/experimental/experimental.gyp View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M src/factory.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/flag-definitions.h View 1 2 3 2 chunks +10 lines, -1 line 0 comments Download
src/frames.h View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M src/frames.cc View 1 2 3 7 chunks +23 lines, -22 lines 0 comments Download
M src/globals.h View 1 2 3 2 chunks +9 lines, -4 lines 0 comments Download
M src/handles.h View 1 2 3 2 chunks +8 lines, -3 lines 0 comments Download
M src/handles.cc View 1 2 3 2 chunks +15 lines, -4 lines 0 comments Download
M src/heap.h View 1 2 3 4 chunks +13 lines, -1 line 0 comments Download
M src/heap.cc View 1 2 3 6 chunks +46 lines, -19 lines 0 comments Download
M src/heap-inl.h View 1 2 3 2 chunks +71 lines, -8 lines 0 comments Download
M src/hydrogen.h View 1 2 3 9 chunks +60 lines, -64 lines 0 comments Download
src/hydrogen.cc View 1 2 3 28 chunks +169 lines, -56 lines 0 comments Download
M src/hydrogen-instructions.h View 1 2 3 21 chunks +110 lines, -31 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 1 2 3 2 chunks +45 lines, -0 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 2 3 2 chunks +0 lines, -11 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 1 2 3 13 chunks +149 lines, -47 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 2 3 5 chunks +8 lines, -8 lines 0 comments Download
M src/ia32/debug-ia32.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 1 2 3 6 chunks +16 lines, -7 lines 0 comments Download
M src/ia32/disasm-ia32.cc View 1 2 3 2 chunks +27 lines, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 2 3 7 chunks +26 lines, -13 lines 0 comments Download
M src/ia32/ic-ia32.cc View 1 2 3 5 chunks +1 line, -14 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 2 3 4 chunks +9 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 3 22 chunks +272 lines, -58 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 2 3 66 chunks +378 lines, -465 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 1 2 3 51 chunks +210 lines, -456 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/regexp-macro-assembler-ia32.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/json.js View 1 2 3 10 chunks +54 lines, -24 lines 0 comments Download
M src/jsregexp.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
A + src/lithium.h View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + src/lithium.cc View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M src/lithium-allocator.h View 1 2 3 10 chunks +51 lines, -4 lines 0 comments Download
M src/lithium-allocator.cc View 1 2 3 6 chunks +45 lines, -7 lines 0 comments Download
M src/liveedit.h View 1 2 3 1 chunk +5 lines, -4 lines 0 comments Download
M src/liveedit.cc View 1 2 3 3 chunks +105 lines, -18 lines 0 comments Download
M src/liveedit-debugger.js View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M src/log.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/macros.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/math.js View 1 2 3 7 chunks +21 lines, -21 lines 0 comments Download
M src/messages.js View 1 2 3 2 chunks +11 lines, -3 lines 0 comments Download
M src/mirror-debugger.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
src/objects.h View 1 2 3 11 chunks +58 lines, -12 lines 0 comments Download
M src/objects.cc View 1 2 3 18 chunks +155 lines, -36 lines 0 comments Download
M src/objects-debug.cc View 1 2 3 24 chunks +6 lines, -847 lines 0 comments Download
M src/objects-inl.h View 1 2 3 3 chunks +9 lines, -5 lines 0 comments Download
A + src/objects-printer.cc View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M src/objects-visiting.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
src/parser.h View 1 2 3 3 chunks +22 lines, -5 lines 0 comments Download
M src/parser.cc View 1 2 3 20 chunks +91 lines, -83 lines 0 comments Download
M src/platform.h View 1 2 3 3 chunks +12 lines, -0 lines 0 comments Download
M src/platform-freebsd.cc View 1 2 3 2 chunks +13 lines, -0 lines 0 comments Download
src/platform-linux.cc View 1 2 3 4 chunks +16 lines, -0 lines 0 comments Download
M src/platform-macos.cc View 1 2 3 4 chunks +34 lines, -1 line 0 comments Download
M src/platform-nullos.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M src/platform-openbsd.cc View 1 2 3 2 chunks +14 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 1 2 3 5 chunks +49 lines, -8 lines 0 comments Download
M src/platform-win32.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
src/preparse-data.h View 1 2 3 4 chunks +37 lines, -11 lines 0 comments Download
src/preparse-data.cc View 1 2 3 1 chunk +12 lines, -9 lines 0 comments Download
M src/preparser.h View 1 2 3 1 chunk +4 lines, -1 line 0 comments Download
M src/preparser.cc View 1 2 3 4 chunks +20 lines, -15 lines 0 comments Download
src/preparser-api.cc View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download
src/profile-generator.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-irregexp.h View 1 2 3 1 chunk +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-tracer.h View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/regexp-macro-assembler-tracer.cc View 1 2 3 4 chunks +6 lines, -6 lines 0 comments Download
src/runtime.h View 1 2 3 1 chunk +7 lines, -2 lines 0 comments Download
M src/runtime.cc View 1 2 3 14 chunks +80 lines, -45 lines 0 comments Download
M src/runtime.js View 1 2 3 9 chunks +37 lines, -30 lines 0 comments Download
src/safepoint-table.h View 1 2 3 5 chunks +81 lines, -27 lines 0 comments Download
M src/safepoint-table.cc View 1 2 3 7 chunks +53 lines, -26 lines 0 comments Download
M src/scanner.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M src/scanner.cc View 1 2 3 4 chunks +3 lines, -8 lines 0 comments Download
M src/scanner-base.h View 1 2 3 8 chunks +123 lines, -91 lines 0 comments Download
src/scanner-base.cc View 1 2 3 7 chunks +15 lines, -29 lines 0 comments Download
M src/serialize.cc View 1 2 3 1 chunk +11 lines, -3 lines 0 comments Download
M src/string.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/string-search.h View 1 2 3 1 chunk +1 line, -6 lines 0 comments Download
src/token.h View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/type-info.h View 1 2 3 4 chunks +5 lines, -4 lines 0 comments Download
M src/type-info.cc View 1 2 3 8 chunks +53 lines, -18 lines 0 comments Download
M src/unicode.cc View 1 2 3 21 chunks +165 lines, -163 lines 0 comments Download
M src/utils.h View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M src/v8-counters.h View 1 2 3 1 chunk +1 line, -9 lines 0 comments Download
M src/v8natives.js View 1 2 3 4 chunks +12 lines, -10 lines 0 comments Download
M src/v8threads.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/v8utils.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/version.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 2 3 4 chunks +21 lines, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 2 3 2 chunks +15 lines, -1 line 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 2 3 5 chunks +101 lines, -39 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 1 2 3 5 chunks +193 lines, -5 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 2 3 7 chunks +10 lines, -19 lines 0 comments Download
M src/x64/debug-x64.cc View 1 2 3 7 chunks +77 lines, -73 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
src/x64/full-codegen-x64.cc View 1 2 3 52 chunks +153 lines, -39 lines 0 comments Download
M src/x64/ic-x64.cc View 1 2 3 16 chunks +229 lines, -235 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 2 3 3 chunks +216 lines, -7 lines 0 comments Download
A + src/x64/lithium-codegen-x64.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.h View 1 2 3 4 chunks +1901 lines, -111 lines 0 comments Download
A + src/x64/lithium-x64.cc View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/regexp-macro-assembler-x64.cc View 1 2 3 2 chunks +2 lines, -4 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 1 2 3 26 chunks +1134 lines, -1139 lines 0 comments Download
M src/zone.h View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M src/zone.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
src/zone-inl.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M test/cctest/cctest.status View 1 2 3 3 chunks +22 lines, -3 lines 0 comments Download
M test/cctest/test-assembler-ia32.cc View 1 2 3 5 chunks +5 lines, -5 lines 0 comments Download
M test/cctest/test-debug.cc View 1 2 3 5 chunks +13 lines, -3 lines 0 comments Download
M test/cctest/test-disasm-ia32.cc View 1 2 3 3 chunks +14 lines, -2 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 2 3 2 chunks +56 lines, -1 line 0 comments Download
M test/cctest/test-regexp.cc View 1 2 3 2 chunks +16 lines, -4 lines 0 comments Download
M test/cctest/testcfg.py View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/es5conform/testcfg.py View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
test/message/testcfg.py View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
test/mjsunit/array-slice.js View 1 2 3 1 chunk +59 lines, -0 lines 0 comments Download
M test/mjsunit/compiler/regress-3249650.js View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + test/mjsunit/debug-listbreakpoints.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/debug-liveedit-diff.js View 1 2 3 3 chunks +20 lines, -7 lines 0 comments Download
M test/mjsunit/debug-liveedit-newsource.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
A + test/mjsunit/debug-setexceptionbreak.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/error-constructors.js View 1 2 3 2 chunks +20 lines, -1 line 0 comments Download
M test/mjsunit/indexed-accessors.js View 1 2 3 1 chunk +0 lines, -13 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download
M test/mjsunit/regexp.js View 1 2 3 2 chunks +24 lines, -7 lines 0 comments Download
test/mjsunit/regress/regress-1015.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1017.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-1020.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/regress/regress-192.js View 1 2 3 1 chunk +10 lines, -3 lines 0 comments Download
A + test/mjsunit/regress/regress-900.js View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
test/mjsunit/testcfg.py View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M test/mozilla/mozilla.status View 1 2 3 4 chunks +9 lines, -3 lines 0 comments Download
M tools/gyp/v8.gyp View 1 2 3 2 chunks +757 lines, -724 lines 0 comments Download
M tools/test.py View 1 2 3 3 chunks +21 lines, -1 line 0 comments Download
tools/v8.xcodeproj/project.pbxproj View 1 2 3 59 chunks +756 lines, -93 lines 0 comments Download
M tools/visual_studio/v8_base.vcproj View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
tools/visual_studio/v8_base_arm.vcproj View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/visual_studio/v8_base_x64.vcproj View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Messages

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

Powered by Google App Engine
This is Rietveld 408576698