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

Issue 14403015: Disallow dereferencing deferred handles when generating optimized code. (Closed)

Created:
7 years, 8 months ago by Yang
Modified:
7 years, 8 months ago
Reviewers:
mvstanton, Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Disallow dereferencing deferred handles when generating optimized code. R=mvstanton@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14388

Patch Set 1 #

Total comments: 3

Patch Set 2 : addressed comments #

Total comments: 6

Patch Set 3 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+400 lines, -218 lines) Patch
M src/arm/assembler-arm.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 3 chunks +0 lines, -4 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 1 2 17 chunks +38 lines, -31 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 6 chunks +5 lines, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 7 chunks +16 lines, -13 lines 0 comments Download
M src/code.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/compiler.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/factory.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/handles.h View 1 4 chunks +16 lines, -4 lines 0 comments Download
M src/handles-inl.h View 4 chunks +37 lines, -12 lines 0 comments Download
M src/hydrogen.cc View 1 5 chunks +7 lines, -8 lines 0 comments Download
M src/hydrogen-instructions.h View 1 17 chunks +66 lines, -17 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M src/ia32/assembler-ia32.h View 1 2 chunks +4 lines, -0 lines 0 comments Download
M src/ia32/assembler-ia32.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 3 chunks +15 lines, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 1 2 16 chunks +39 lines, -32 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 2 4 chunks +3 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 7 chunks +16 lines, -13 lines 0 comments Download
M src/isolate.h View 3 chunks +8 lines, -4 lines 0 comments Download
M src/isolate.cc View 1 2 3 chunks +35 lines, -11 lines 0 comments Download
M src/objects.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 2 18 chunks +40 lines, -32 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +0 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 10 chunks +9 lines, -3 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 6 chunks +14 lines, -11 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Yang
With parallel recompilation, execution continues between graph creation and code generation and may have altered ...
7 years, 8 months ago (2013-04-22 16:27:44 UTC) #1
Sven Panne
A few DBCs... https://codereview.chromium.org/14403015/diff/1/src/handles.h File src/handles.h (right): https://codereview.chromium.org/14403015/diff/1/src/handles.h#newcode363 src/handles.h:363: HandleDereferenceGuard allow(Isolate::Current(), \ Please do *not* ...
7 years, 8 months ago (2013-04-23 06:42:13 UTC) #2
mvstanton
Okay, just a few comments. Looking good...I like the reason string for exceptions to handle ...
7 years, 8 months ago (2013-04-23 08:58:50 UTC) #3
Yang
Addressed comments. https://codereview.chromium.org/14403015/diff/5001/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/14403015/diff/5001/src/hydrogen-instructions.h#newcode4899 src/hydrogen-instructions.h:4899: ASSERT(!constructor->shared()->IsInobjectSlackTrackingInProgress()); On 2013/04/23 08:58:50, mvstanton wrote: > ...
7 years, 8 months ago (2013-04-23 09:19:09 UTC) #4
mvstanton
lgtm
7 years, 8 months ago (2013-04-23 09:21:30 UTC) #5
Yang
7 years, 8 months ago (2013-04-23 09:23:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r14388 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698