| Index: runtime/vm/benchmark_test.cc
|
| ===================================================================
|
| --- runtime/vm/benchmark_test.cc (revision 21624)
|
| +++ runtime/vm/benchmark_test.cc (working copy)
|
| @@ -28,10 +28,6 @@
|
| }
|
|
|
|
|
| -// Compiler only implemented on IA32 and X64 now.
|
| -#if defined(TARGET_ARCH_IA32) || defined(TARGET_ARCH_X64)
|
| -
|
| -
|
| //
|
| // Measure compile of all functions in dart core lib classes.
|
| //
|
| @@ -50,9 +46,7 @@
|
| benchmark->set_score(elapsed_time);
|
| }
|
|
|
| -#endif // TARGET_ARCH_IA32 || TARGET_ARCH_X64
|
|
|
| -
|
| //
|
| // Measure creation of core isolate from a snapshot.
|
| //
|
|
|