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

Issue 6760001: Cleanup of FACTORY and HEAP macro usage in code-stubs.cc. (Closed)

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

Description

Cleanup of FACTORY and HEAP macro usage in code-stubs.cc. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=7390

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -10 lines) Patch
M src/code-stubs.cc View 6 chunks +15 lines, -10 lines 2 comments Download

Messages

Total messages: 2 (0 generated)
Peter Varga
9 years, 9 months ago (2011-03-28 12:30:12 UTC) #1
Mads Ager (chromium)
9 years, 9 months ago (2011-03-28 13:18:12 UTC) #2
I'll take care of these comments and land. Thanks.

http://codereview.chromium.org/6760001/diff/1/src/code-stubs.cc
File src/code-stubs.cc (right):

http://codereview.chromium.org/6760001/diff/1/src/code-stubs.cc#newcode95
src/code-stubs.cc:95: v8::HandleScope scope;
Use the isolate here as well.

http://codereview.chromium.org/6760001/diff/1/src/code-stubs.cc#newcode137
src/code-stubs.cc:137: Heap* heap = Isolate::Current()->heap();
You can get the isolate from the macro assembler.

Powered by Google App Engine
This is Rietveld 408576698