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

Issue 247623007: Remove VM isolate new-space allocation. (Closed)

Created:
6 years, 8 months ago by koda
Modified:
6 years, 8 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Remove VM isolate new-space allocation. This was wrong, since those objects were never pre-marked. Also, in a future change, we can completely avoid reserving new-space for the VM isolate. Add ASSERT that VM isolate never allocates in new space. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=35339

Patch Set 1 #

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M runtime/vm/dart.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/scavenger.h View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/symbols.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
koda
6 years, 8 months ago (2014-04-23 22:00:11 UTC) #1
Ivan Posva
LGTM -ip
6 years, 8 months ago (2014-04-23 22:16:26 UTC) #2
koda
6 years, 8 months ago (2014-04-23 22:48:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r35339 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698