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

Issue 6715016: Getting rid of more TLS fetches (Closed)

Created:
9 years, 9 months ago by Dmitry Lomov
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Getting rid of more TLS fetches Adding isolate parameter to ENTER_V8 and friends BUG= TEST=

Patch Set 1 #

Total comments: 25

Patch Set 2 : Code review feedback addressed + rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+516 lines, -456 lines) Patch
M src/api.cc View 1 163 chunks +516 lines, -456 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Dmitry Lomov
I did a pass on api.cc and: - passed isolate into ENTER_V8 and friends - ...
9 years, 9 months ago (2011-03-22 00:48:10 UTC) #1
Vitaly Repeshko
http://codereview.chromium.org/6715016/diff/1/src/api.cc File src/api.cc (right): http://codereview.chromium.org/6715016/diff/1/src/api.cc#newcode2049 src/api.cc:2049: i::Isolate* isolate = i::Isolate::Current(); I think it's safe to ...
9 years, 9 months ago (2011-03-22 16:14:25 UTC) #2
Dmitry Lomov
http://codereview.chromium.org/6715016/diff/1/src/api.cc File src/api.cc (right): http://codereview.chromium.org/6715016/diff/1/src/api.cc#newcode2049 src/api.cc:2049: i::Isolate* isolate = i::Isolate::Current(); On 2011/03/22 16:14:25, Vitaly Repeshko ...
9 years, 9 months ago (2011-03-22 16:36:42 UTC) #3
Vitaly Repeshko
http://codereview.chromium.org/6715016/diff/1/src/api.cc File src/api.cc (right): http://codereview.chromium.org/6715016/diff/1/src/api.cc#newcode2049 src/api.cc:2049: i::Isolate* isolate = i::Isolate::Current(); On 2011/03/22 16:36:42, dslomov wrote: ...
9 years, 9 months ago (2011-03-22 16:38:52 UTC) #4
Dmitry Lomov
9 years, 9 months ago (2011-03-22 20:12:36 UTC) #5
Code review feedback addressed

Powered by Google App Engine
This is Rietveld 408576698