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

Unified Diff: runtime/vm/heap.cc

Issue 1433243003: Background compilation work: (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: d Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/flow_graph_optimizer.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/heap.cc
diff --git a/runtime/vm/heap.cc b/runtime/vm/heap.cc
index 0e0eeaf19b6e772ab82ceddec4cc374990714942..71109eeaee5589d5d9766799c6c94baa84fd627f 100644
--- a/runtime/vm/heap.cc
+++ b/runtime/vm/heap.cc
@@ -179,7 +179,6 @@ void Heap::AllocateExternal(intptr_t size, Space space) {
void Heap::FreeExternal(intptr_t size, Space space) {
if (space == kNew) {
- isolate()->AssertCurrentThreadIsMutator();
new_space_.FreeExternal(size);
} else {
ASSERT(space == kOld);
« no previous file with comments | « runtime/vm/flow_graph_optimizer.cc ('k') | runtime/vm/object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698