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

Issue 2827008: [Isolates] Make instance variables of Heap non-static. (Closed)

Created:
10 years, 6 months ago by zarko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

[Isolates] Make instance variables of Heap non-static. Committed: http://code.google.com/p/v8/source/detail?r=4881

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -116 lines) Patch
M src/factory.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/heap.h View 1 7 chunks +38 lines, -38 lines 0 comments Download
M src/heap.cc View 1 1 chunk +52 lines, -75 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
zarko
Removed changes to Factory.
10 years, 6 months ago (2010-06-15 20:07:01 UTC) #1
Vitaly Repeshko
10 years, 6 months ago (2010-06-16 12:39:37 UTC) #2
LGTM.

http://codereview.chromium.org/2827008/diff/1/3
File src/heap.cc (right):

http://codereview.chromium.org/2827008/diff/1/3#newcode126
src/heap.cc:126: memset(roots_, 0, sizeof(Object*) * kRootListLength);
sizeof(roots_[0]) is more future-proof.

Powered by Google App Engine
This is Rietveld 408576698