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

Issue 6624085: [Isolates] Merge 7051:7083 from bleeding_edge to isolates. (Closed)

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

Description

[Isolates] Merge 7051:7083 from bleeding_edge to isolates. Committed: http://code.google.com/p/v8/source/detail?r=7084

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1224 lines, -842 lines) Patch
M ChangeLog View 1 chunk +11 lines, -0 lines 0 comments Download
M MERGE View 1 chunk +1 line, -1 line 0 comments Download
M src/api.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/code-stubs-arm.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M src/arm/codegen-arm.cc View 3 chunks +10 lines, -4 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M src/arm/lithium-arm.h View 6 chunks +7 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.cc View 5 chunks +7 lines, -6 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ast.h View 3 chunks +2 lines, -4 lines 0 comments Download
M src/ast-inl.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M src/debug.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M src/extensions/experimental/break-iterator.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/extensions/experimental/break-iterator.cc View 5 chunks +26 lines, -6 lines 0 comments Download
M src/handles.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/handles.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M src/heap.h View 5 chunks +11 lines, -12 lines 0 comments Download
M src/hydrogen.h View 12 chunks +94 lines, -43 lines 0 comments Download
M src/hydrogen.cc View 46 chunks +376 lines, -424 lines 0 comments Download
M src/hydrogen-instructions.h View 1 chunk +20 lines, -53 lines 0 comments Download
M src/hydrogen-instructions.cc View 12 chunks +79 lines, -53 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +12 lines, -4 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 4 chunks +4 lines, -6 lines 0 comments Download
M src/ia32/lithium-ia32.h View 6 chunks +8 lines, -2 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M src/ic.cc View 2 chunks +12 lines, -4 lines 0 comments Download
M src/lithium-allocator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/liveedit.cc View 9 chunks +29 lines, -16 lines 0 comments Download
M src/objects.h View 3 chunks +16 lines, -6 lines 0 comments Download
M src/objects.cc View 8 chunks +38 lines, -14 lines 0 comments Download
M src/parser.cc View 24 chunks +23 lines, -35 lines 0 comments Download
M src/platform-linux.cc View 2 chunks +4 lines, -1 line 0 comments Download
M src/preparser.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/runtime.cc View 12 chunks +33 lines, -16 lines 0 comments Download
M src/scopes.h View 4 chunks +8 lines, -0 lines 0 comments Download
M src/scopes.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M src/type-info.h View 2 chunks +5 lines, -3 lines 0 comments Download
M src/type-info.cc View 7 chunks +43 lines, -26 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.cc View 5 chunks +14 lines, -6 lines 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +7 lines, -4 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 7 chunks +25 lines, -9 lines 0 comments Download
M src/x64/lithium-x64.h View 7 chunks +11 lines, -4 lines 0 comments Download
M src/x64/lithium-x64.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +15 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +17 lines, -4 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +6 lines, -6 lines 0 comments Download
M test/es5conform/es5conform.status View 1 chunk +0 lines, -5 lines 0 comments Download
A + test/mjsunit/regress/regress-1237.js View 0 chunks +-1 lines, --1 lines 0 comments Download
M test/mjsunit/strict-mode.js View 1 chunk +148 lines, -0 lines 0 comments Download
M tools/visual_studio/x64.vsprops View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Dmitry Titov
TBR, just merge.
9 years, 9 months ago (2011-03-08 02:47:41 UTC) #1
Vitaly Repeshko
9 years, 9 months ago (2011-03-08 11:27:31 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698