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

Issue 151343006: Fix %OptimizeFunctionOnNextCall wrt concurrent compilation. (Closed)

Created:
6 years, 10 months ago by Yang
Modified:
6 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix %OptimizeFunctionOnNextCall wrt concurrent compilation. If a function is marked or queued for concurrent compilation, %OptimizeFunctionOnNextCall becomes a no-op. That can be wrong if concurrent recompilation does not complete at the time we expect the function to have been optimized. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=19100

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/runtime.cc View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
6 years, 10 months ago (2014-02-05 12:06:35 UTC) #1
Hannes Payer (out of office)
lgtm
6 years, 10 months ago (2014-02-05 12:16:16 UTC) #2
Yang
6 years, 10 months ago (2014-02-05 12:19:34 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r19100 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698