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

Issue 212603013: Fix TSAN issue wrt assertions in the optimizing compiler thread. (Closed)

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

Description

Fix TSAN issue wrt assertions in the optimizing compiler thread. R=hpayer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=20322

Patch Set 1 #

Total comments: 5

Patch Set 2 : addressed comments #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -9 lines) Patch
M src/handles-inl.h View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
M src/hydrogen-environment-liveness.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen-environment-liveness.cc View 1 2 3 chunks +13 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yang
6 years, 9 months ago (2014-03-27 16:52:30 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/212603013/diff/1/src/handles-inl.h File src/handles-inl.h (right): https://codereview.chromium.org/212603013/diff/1/src/handles-inl.h#newcode61 src/handles-inl.h:61: if (location_ == NULL || other.location_ == NULL) return ...
6 years, 9 months ago (2014-03-27 17:16:20 UTC) #2
Yang
https://codereview.chromium.org/212603013/diff/1/src/handles-inl.h File src/handles-inl.h (right): https://codereview.chromium.org/212603013/diff/1/src/handles-inl.h#newcode61 src/handles-inl.h:61: if (location_ == NULL || other.location_ == NULL) return ...
6 years, 9 months ago (2014-03-28 08:27:39 UTC) #3
Hannes Payer (out of office)
I like it, LGTM with two nits... https://codereview.chromium.org/212603013/diff/20001/src/hydrogen-environment-liveness.cc File src/hydrogen-environment-liveness.cc (right): https://codereview.chromium.org/212603013/diff/20001/src/hydrogen-environment-liveness.cc#newcode88 src/hydrogen-environment-liveness.cc:88: block->last_environment()->closure())); +4 ...
6 years, 9 months ago (2014-03-28 08:32:18 UTC) #4
Yang
6 years, 9 months ago (2014-03-28 08:50:09 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r20322 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698