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

Issue 6904166: Read isolate from page, not through map. (Closed)

Created:
9 years, 7 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Read isolate from page, not through map. Committed: http://code.google.com/p/v8/source/detail?r=7762

Patch Set 1 #

Patch Set 2 : Remove Map::heap and use HeapObject::GetHeap instead. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -47 lines) Patch
M src/heap.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/mark-compact.cc View 1 7 chunks +7 lines, -7 lines 0 comments Download
M src/objects.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M src/objects.cc View 1 8 chunks +12 lines, -10 lines 0 comments Download
M src/objects-inl.h View 1 4 chunks +6 lines, -19 lines 0 comments Download
M src/objects-visiting.h View 1 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 7 months ago (2011-05-02 11:46:21 UTC) #1
Erik Corry
9 years, 7 months ago (2011-05-02 13:56:07 UTC) #2
I think you need to get rid of Map::GetHeap and Code::GetHeap

Otherwise LGTM

Powered by Google App Engine
This is Rietveld 408576698