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

Issue 6759030: Microoptimizations to the way we get the current heap. (Closed)

Created:
9 years, 8 months ago by Erik Corry
Modified:
9 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Microoptimizations to the way we get the current heap. Committed: http://code.google.com/p/v8/source/detail?r=7455

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -177 lines) Patch
M src/objects.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/objects.cc View 1 84 chunks +209 lines, -177 lines 1 comment Download
M src/objects-inl.h View 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 8 months ago (2011-03-30 13:22:55 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 8 months ago (2011-03-30 15:57:33 UTC) #2
LGTM

http://codereview.chromium.org/6759030/diff/3005/src/objects.cc
File src/objects.cc (right):

http://codereview.chromium.org/6759030/diff/3005/src/objects.cc#newcode116
src/objects.cc:116: HeapObject* heap_this = HeapObject::cast(this);
heap_this is confusing name.

Powered by Google App Engine
This is Rietveld 408576698