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

Issue 543643002: Fix %OptimizeFunctionOnNextCall to actually work when the function has not yet been compiled. (Closed)

Created:
6 years, 3 months ago by titzer
Modified:
6 years, 3 months ago
Reviewers:
Yang
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix %OptimizeFunctionOnNextCall to actually work when the function has not yet been compiled. R=yangguo@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=23687

Patch Set 1 #

Total comments: 1

Patch Set 2 : Enable deopt support. #

Patch Set 3 : --allow-natives-syntax #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -31 lines) Patch
M src/compiler.cc View 1 1 chunk +8 lines, -1 line 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/runtime.cc View 3 chunks +13 lines, -23 lines 0 comments Download
A + test/mjsunit/compiler/opt-next-call.js View 1 2 1 chunk +6 lines, -4 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
titzer
6 years, 3 months ago (2014-09-04 08:57:24 UTC) #1
Yang
https://codereview.chromium.org/543643002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/543643002/diff/1/src/compiler.cc#newcode1251 src/compiler.cc:1251: CompilationInfoWithZone nested(function); at this point, if deopt support is ...
6 years, 3 months ago (2014-09-04 09:07:18 UTC) #2
titzer
On 2014/09/04 09:07:18, Yang wrote: > https://codereview.chromium.org/543643002/diff/1/src/compiler.cc > File src/compiler.cc (right): > > https://codereview.chromium.org/543643002/diff/1/src/compiler.cc#newcode1251 > ...
6 years, 3 months ago (2014-09-04 10:25:05 UTC) #3
Yang
On 2014/09/04 10:25:05, titzer wrote: > On 2014/09/04 09:07:18, Yang wrote: > > https://codereview.chromium.org/543643002/diff/1/src/compiler.cc > ...
6 years, 3 months ago (2014-09-04 10:38:17 UTC) #4
titzer
6 years, 3 months ago (2014-09-04 11:27:32 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as 23687 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698