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

Issue 25053002: Fix threading problems in test-api when running on simulator (Closed)

Created:
7 years, 2 months ago by yurys
Modified:
7 years, 2 months ago
CC:
v8-dev, alph, loislo
Visibility:
Public.

Description

Fix threading problems in test-api when running on simulator Sampler can retrieve current simulator for profiled isolate from its ThreadLocalTop without calls to Isolate::FindPerThreadDataForThread which sometimes leads to acquring same mutex second time. BUG=v8:2874 R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17047

Patch Set 1 #

Patch Set 2 : Removed simulator() getter from isolate #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -25 lines) Patch
M src/isolate.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M src/isolate.cc View 2 chunks +0 lines, -8 lines 0 comments Download
M src/sampler.cc View 1 1 chunk +1 line, -5 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -3 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +0 lines, -7 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
yurys
7 years, 2 months ago (2013-09-27 14:13:22 UTC) #1
Benedikt Meurer
LGTM, thx.
7 years, 2 months ago (2013-10-01 12:58:38 UTC) #2
yurys
7 years, 2 months ago (2013-10-01 13:55:50 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r17047 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698