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

Issue 254763007: Introduce DisallowDeoptimization scope. (Closed)

Created:
6 years, 8 months ago by Benedikt Meurer
Modified:
6 years, 8 months ago
Reviewers:
Yang
CC:
v8-dev
Visibility:
Public.

Description

Introduce DisallowDeoptimization scope. R=yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20998

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M src/assert-scope.h View 2 chunks +10 lines, -1 line 0 comments Download
M src/objects.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Benedikt Meurer
PTAL
6 years, 8 months ago (2014-04-28 06:34:02 UTC) #1
Yang
LGTM. https://codereview.chromium.org/254763007/diff/20001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/254763007/diff/20001/src/runtime.cc#newcode14587 src/runtime.cc:14587: if (!JSObject::TryMigrateInstance(js_object)) return Smi::FromInt(0); Isn't JSObject::TryMigrateInstance not supposed ...
6 years, 8 months ago (2014-04-28 06:38:38 UTC) #2
Benedikt Meurer
https://codereview.chromium.org/254763007/diff/20001/src/runtime.cc File src/runtime.cc (right): https://codereview.chromium.org/254763007/diff/20001/src/runtime.cc#newcode14587 src/runtime.cc:14587: if (!JSObject::TryMigrateInstance(js_object)) return Smi::FromInt(0); On 2014/04/28 06:38:38, Yang wrote: ...
6 years, 8 months ago (2014-04-28 06:44:35 UTC) #3
Yang
On 2014/04/28 06:44:35, Benedikt Meurer wrote: > https://codereview.chromium.org/254763007/diff/20001/src/runtime.cc > File src/runtime.cc (right): > > https://codereview.chromium.org/254763007/diff/20001/src/runtime.cc#newcode14587 ...
6 years, 8 months ago (2014-04-28 06:45:31 UTC) #4
Benedikt Meurer
6 years, 8 months ago (2014-04-28 06:47:11 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r20998 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698