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

Issue 259483002: Zero-sized new-space for VM isolate. (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

Zero-sized new-space for VM isolate. Also add unit test that ensures a zero-sized Scavenger behaves correctly for all operations. Reduces memory footprint by 32 MB. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=35389

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -43 lines) Patch
M runtime/vm/dart.cc View 1 2 3 chunks +12 lines, -2 lines 0 comments Download
M runtime/vm/heap.h View 1 2 4 chunks +9 lines, -4 lines 0 comments Download
M runtime/vm/heap.cc View 1 2 5 chunks +27 lines, -21 lines 0 comments Download
M runtime/vm/scavenger.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/scavenger.cc View 1 2 2 chunks +23 lines, -15 lines 0 comments Download
A runtime/vm/scavenger_test.cc View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
M runtime/vm/vm_sources.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
koda
6 years, 8 months ago (2014-04-24 00:23:22 UTC) #1
koda
https://codereview.chromium.org/259483002/diff/20001/runtime/vm/heap.cc File runtime/vm/heap.cc (right): https://codereview.chromium.org/259483002/diff/20001/runtime/vm/heap.cc#newcode351 runtime/vm/heap.cc:351: isolate->heap()->GetMergedAddressRange(&start, &end); Actually, why do we get explicitly get ...
6 years, 8 months ago (2014-04-24 00:24:47 UTC) #2
Ivan Posva
LGTMwC -ip https://codereview.chromium.org/259483002/diff/20001/runtime/vm/heap.cc File runtime/vm/heap.cc (right): https://codereview.chromium.org/259483002/diff/20001/runtime/vm/heap.cc#newcode35 runtime/vm/heap.cc:35: Heap::Heap(intptr_t max_new_gen_words, Thanks! This is also a ...
6 years, 8 months ago (2014-04-24 17:12:44 UTC) #3
koda
https://codereview.chromium.org/259483002/diff/20001/runtime/vm/heap.cc File runtime/vm/heap.cc (right): https://codereview.chromium.org/259483002/diff/20001/runtime/vm/heap.cc#newcode351 runtime/vm/heap.cc:351: isolate->heap()->GetMergedAddressRange(&start, &end); On 2014/04/24 17:12:44, Ivan Posva wrote: > ...
6 years, 8 months ago (2014-04-24 17:52:54 UTC) #4
koda
6 years, 8 months ago (2014-04-24 18:13:40 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r35389 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698