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

Issue 6759029: Cleanup of Isolate::Current() and FACTORY macro usage in execution.cc. (Closed)

Created:
9 years, 8 months ago by Peter Varga
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Cleanup of Isolate::Current() and FACTORY macro usage in execution.cc. BUG=none TEST=none Patch from Peter Varga <pvarga@inf.u-szeged.hu>;. Committed: http://code.google.com/p/v8/source/detail?r=7464

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -28 lines) Patch
M src/execution.cc View 16 chunks +43 lines, -28 lines 4 comments Download

Messages

Total messages: 2 (0 generated)
Peter Varga
9 years, 8 months ago (2011-03-30 11:37:53 UTC) #1
Mads Ager (chromium)
9 years, 8 months ago (2011-04-01 07:56:18 UTC) #2
Thanks for the patch. I'll take care of these comments and land.

http://codereview.chromium.org/6759029/diff/1/src/execution.cc
File src/execution.cc (right):

http://codereview.chromium.org/6759029/diff/1/src/execution.cc#newcode556
src/execution.cc:556: Isolate* isolate = Isolate::Current();
Get the isolate from the string instead of going through TLS?

http://codereview.chromium.org/6759029/diff/1/src/execution.cc#newcode588
src/execution.cc:588: Isolate* isolate = Isolate::Current();
Get the isolate from the data instead of going through TLS?

http://codereview.chromium.org/6759029/diff/1/src/execution.cc#newcode607
src/execution.cc:607: Isolate* isolate = Isolate::Current();
Ditto.

http://codereview.chromium.org/6759029/diff/1/src/execution.cc#newcode759
src/execution.cc:759: debug_command_only);
Indentation is off.

Powered by Google App Engine
This is Rietveld 408576698