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

Issue 6664001: [Isolates] Merge (7083,7111] from bleeding_edge. (Closed)

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

Description

[Isolates] Merge (7083,7111] from bleeding_edge. Committed: http://code.google.com/p/v8/source/detail?r=7137

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1814 lines, -2394 lines) Patch
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 1 chunk +2 lines, -1 line 0 comments Download
M src/accessors.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 5 chunks +40 lines, -18 lines 0 comments Download
M src/arm/code-stubs-arm.h View 2 chunks +6 lines, -50 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +105 lines, -152 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/arm/ic-arm.cc View 5 chunks +7 lines, -39 lines 0 comments Download
M src/arm/lithium-arm.h View 9 chunks +30 lines, -10 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +16 lines, -9 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 8 chunks +39 lines, -12 lines 0 comments Download
M src/arm/stub-cache-arm.cc View 10 chunks +212 lines, -292 lines 0 comments Download
M src/ast.h View 7 chunks +16 lines, -0 lines 0 comments Download
M src/ast.cc View 3 chunks +9 lines, -1 line 0 comments Download
M src/code-stubs.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/code-stubs.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/debug.cc View 3 chunks +12 lines, -13 lines 0 comments Download
M src/factory.h View 3 chunks +3 lines, -7 lines 0 comments Download
M src/factory.cc View 3 chunks +6 lines, -17 lines 0 comments Download
M src/frames.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/frames.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M src/handles.h View 1 chunk +4 lines, -4 lines 0 comments Download
M src/handles.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/heap.h View 8 chunks +27 lines, -32 lines 0 comments Download
M src/heap.cc View 8 chunks +16 lines, -58 lines 0 comments Download
M src/hydrogen.h View 10 chunks +11 lines, -49 lines 0 comments Download
M src/hydrogen.cc View 17 chunks +150 lines, -240 lines 0 comments Download
M src/hydrogen-instructions.h View 7 chunks +12 lines, -12 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +1 line, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +0 lines, -42 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +5 lines, -142 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/ic-ia32.cc View 8 chunks +11 lines, -37 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +7 lines, -11 lines 0 comments Download
M src/ia32/lithium-ia32.h View 6 chunks +10 lines, -10 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +6 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 10 chunks +120 lines, -192 lines 0 comments Download
M src/ic.cc View 3 chunks +6 lines, -13 lines 0 comments Download
M src/jsregexp.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/lithium-allocator.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M src/liveedit.cc View 10 chunks +44 lines, -32 lines 0 comments Download
M src/log.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/log.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/objects.h View 18 chunks +72 lines, -74 lines 0 comments Download
M src/objects.cc View 24 chunks +34 lines, -31 lines 0 comments Download
M src/objects-debug.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M src/objects-inl.h View 13 chunks +55 lines, -72 lines 0 comments Download
M src/objects-printer.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M src/objects-visiting.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/parser.cc View 4 chunks +17 lines, -13 lines 0 comments Download
M src/runtime.cc View 9 chunks +13 lines, -12 lines 0 comments Download
M src/safepoint-table.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/scopes.h View 3 chunks +10 lines, -8 lines 0 comments Download
M src/scopes.cc View 2 chunks +31 lines, -20 lines 0 comments Download
M src/serialize.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/spaces.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/stub-cache.h View 5 chunks +2 lines, -11 lines 0 comments Download
M src/stub-cache.cc View 4 chunks +65 lines, -71 lines 0 comments Download
M src/type-info.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/type-info.cc View 4 chunks +48 lines, -6 lines 0 comments Download
M src/v8-counters.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/assembler-x64.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +0 lines, -43 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 9 chunks +109 lines, -172 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/ic-x64.cc View 6 chunks +7 lines, -34 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 5 chunks +11 lines, -8 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 12 chunks +69 lines, -42 lines 0 comments Download
M src/x64/lithium-x64.h View 8 chunks +20 lines, -19 lines 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +10 lines, -6 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 7 chunks +39 lines, -14 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 12 chunks +42 lines, -20 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 9 chunks +82 lines, -160 lines 0 comments Download
M test/cctest/test-api.cc View 10 chunks +33 lines, -9 lines 0 comments Download
A test/mjsunit/regress/regress-1236.js View 1 chunk +34 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
9 years, 9 months ago (2011-03-10 02:19:24 UTC) #1
Dmitry Titov
9 years, 9 months ago (2011-03-10 02:39:42 UTC) #2
Rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698