Chromium Code Reviews| Index: runtime/vm/dart.cc |
| =================================================================== |
| --- runtime/vm/dart.cc (revision 34452) |
| +++ runtime/vm/dart.cc (working copy) |
| @@ -233,12 +233,14 @@ |
| Object::VerifyBuiltinVtables(); |
| StubCode::Init(isolate); |
| +#if !defined(TARGET_ARCH_ARM64) |
|
regis
2014/04/01 19:52:53
You are adding 2 types of such ifdef's.
The perman
zra
2014/04/01 20:35:08
Done.
|
| if (snapshot_buffer == NULL) { |
| if (!isolate->object_store()->PreallocateObjects()) { |
| return isolate->object_store()->sticky_error(); |
| } |
| } |
| isolate->megamorphic_cache_table()->InitMissHandler(); |
| +#endif |
| isolate->heap()->EnableGrowthControl(); |
| isolate->set_init_callback_data(data); |