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

Unified Diff: runtime/vm/benchmark_test.h

Issue 10827328: Fix crash with exhausted heap size: benchmarks' code heap size set to 12Mb). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/benchmark_test.h
===================================================================
--- runtime/vm/benchmark_test.h (revision 10660)
+++ runtime/vm/benchmark_test.h (working copy)
@@ -25,7 +25,7 @@
static const Benchmark kRegister##name(Dart_Benchmark##name, #name); \
static void Dart_BenchmarkHelper##name(Benchmark* benchmark); \
void Dart_Benchmark##name(Benchmark* benchmark) { \
- FLAG_code_heap_size = 10; \
+ FLAG_code_heap_size = 12; \
BenchmarkIsolateScope __isolate__(benchmark); \
Zone __zone__(benchmark->isolate()); \
HandleScope __hs__(benchmark->isolate()); \
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698