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

Issue 17099012: Use mutex instead of busy wait when installing optimized function. (Closed)

Created:
7 years, 6 months ago by Yang
Modified:
7 years, 6 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Use mutex instead of busy wait when installing optimized function. R=jkummerow@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=15262

Patch Set 1 #

Total comments: 1

Patch Set 2 : fixed #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M src/optimizing-compiler-thread.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/optimizing-compiler-thread.cc View 1 2 chunks +8 lines, -5 lines 0 comments Download
M src/runtime.cc View 1 chunk +1 line, -6 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
7 years, 6 months ago (2013-06-20 16:21:10 UTC) #1
Jakob Kummerow
https://codereview.chromium.org/17099012/diff/1/src/optimizing-compiler-thread.cc File src/optimizing-compiler-thread.cc (right): https://codereview.chromium.org/17099012/diff/1/src/optimizing-compiler-thread.cc#newcode92 src/optimizing-compiler-thread.cc:92: // Use a mutex to make sure that functions ...
7 years, 6 months ago (2013-06-21 08:35:10 UTC) #2
Yang
On 2013/06/21 08:35:10, Jakob wrote: > https://codereview.chromium.org/17099012/diff/1/src/optimizing-compiler-thread.cc > File src/optimizing-compiler-thread.cc (right): > > https://codereview.chromium.org/17099012/diff/1/src/optimizing-compiler-thread.cc#newcode92 > ...
7 years, 6 months ago (2013-06-21 08:36:32 UTC) #3
Jakob Kummerow
lgtm
7 years, 6 months ago (2013-06-21 08:37:47 UTC) #4
Yang
7 years, 6 months ago (2013-06-21 08:38:19 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r15262 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698