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

Issue 616263003: Fix data race when concurrent compilation is aborted due to dependency change. (Closed)

Created:
6 years, 2 months ago by Yang
Modified:
6 years, 2 months ago
Reviewers:
Jarin, marja
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Fix data race when concurrent compilation is aborted due to dependency change. R=marja@chromium.org BUG=chromium:419189 LOG=N Committed: https://code.google.com/p/v8/source/detail?r=24361

Patch Set 1 #

Patch Set 2 : atomic #

Patch Set 3 : reworded comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -10 lines) Patch
M src/compiler.h View 1 2 3 chunks +7 lines, -4 lines 0 comments Download
M src/compiler.cc View 2 6 chunks +12 lines, -6 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Yang
6 years, 2 months ago (2014-10-01 08:29:07 UTC) #1
marja
Umm, you're assuming that writing a bool is atomic, right? But what if sizeof(bool) > ...
6 years, 2 months ago (2014-10-01 08:36:40 UTC) #2
marja
( http://stackoverflow.com/questions/4897844/is-sizeofbool-defined )
6 years, 2 months ago (2014-10-01 08:37:50 UTC) #3
marja
Clarification: I don't think this can malfunction even if writing the bool is not atomic, ...
6 years, 2 months ago (2014-10-01 08:44:39 UTC) #4
Jarin
On 2014/10/01 08:44:39, marja wrote: > Clarification: I don't think this can malfunction even if ...
6 years, 2 months ago (2014-10-01 08:56:33 UTC) #5
Yang
On 2014/10/01 08:56:33, jarin wrote: > On 2014/10/01 08:44:39, marja wrote: > > Clarification: I ...
6 years, 2 months ago (2014-10-01 09:05:51 UTC) #6
marja
Whoops, I misunderstood this (didn't notice the DCHECK). If the variable is only read from ...
6 years, 2 months ago (2014-10-01 09:08:09 UTC) #7
Jarin
On 2014/10/01 09:08:09, marja wrote: > Whoops, I misunderstood this (didn't notice the DCHECK). If ...
6 years, 2 months ago (2014-10-01 09:13:27 UTC) #8
Yang
On 2014/10/01 09:13:27, jarin wrote: > On 2014/10/01 09:08:09, marja wrote: > > Whoops, I ...
6 years, 2 months ago (2014-10-01 09:18:00 UTC) #9
Yang
6 years, 2 months ago (2014-10-01 11:41:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 24361 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698