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

Issue 18418003: Use stored Isolate pointer instead of Isolate::Current() (Closed)

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

Description

Use stored Isolate pointer instead of Isolate::Current() Fixed a couple of places where stored pointer to the isolate can be used instead of reading from thread local storage. BUG=None R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15457

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -7 lines) Patch
M src/cpu-profiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cpu-profiler.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M src/log.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
yurys
7 years, 5 months ago (2013-07-02 08:11:13 UTC) #1
Jakob Kummerow
lgtm
7 years, 5 months ago (2013-07-02 08:32:17 UTC) #2
yurys
7 years, 5 months ago (2013-07-02 15:44:38 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r15457 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698