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

Issue 2899323002: Heap::kNew-space allocations discovered by experimental code called transitively from parser

Created:
3 years, 7 months ago by kustermann
Modified:
3 years, 6 months ago
Reviewers:
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Heap::kNew-space allocations discovered by experimental code called transitively from parser This CL changes all places which perform new-space allocations in any code transitively called by the parser. This is a conservative estimate because some of the code in this CL can never be hit from the background compiler. (not to be committed)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -42 lines) Patch
M runtime/vm/class_finalizer.cc View 10 chunks +14 lines, -13 lines 0 comments Download
M runtime/vm/isolate_reload.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M runtime/vm/object.cc View 19 chunks +27 lines, -25 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698