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

Issue 18194004: Avoid data race in debug mode on the parallel thread. (Closed)

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

Description

Avoid data race in debug mode on the parallel thread. R=jkummerow@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=15376

Patch Set 1 #

Total comments: 1

Patch Set 2 : git cl dcommit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) 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 +4 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
7 years, 5 months ago (2013-06-28 10:39:06 UTC) #1
Jakob Kummerow
LGTM, thanks! https://codereview.chromium.org/18194004/diff/1/src/optimizing-compiler-thread.cc File src/optimizing-compiler-thread.cc (right): https://codereview.chromium.org/18194004/diff/1/src/optimizing-compiler-thread.cc#newcode162 src/optimizing-compiler-thread.cc:162: return ThreadId::Current().ToInteger() == thread_id_; nit: duplicate space ...
7 years, 5 months ago (2013-06-28 11:00:54 UTC) #2
Yang
On 2013/06/28 11:00:54, Jakob wrote: > LGTM, thanks! > > https://codereview.chromium.org/18194004/diff/1/src/optimizing-compiler-thread.cc > File src/optimizing-compiler-thread.cc (right): ...
7 years, 5 months ago (2013-06-28 11:24:20 UTC) #3
Yang
7 years, 5 months ago (2013-06-28 11:24:43 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r15376 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698