| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index fd292f2cc6b6816e2edc3f7499d70b9b35893eb0..daa28289ec5daf450bef815c20e3445976cc8397 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -448,8 +448,7 @@ DEFINE_BOOL(omit_map_checks_for_leaf_maps, true,
|
| // Allow to disable turbofan with a build flag after it's turned on by default.
|
| #define TURBO_BOOL false
|
| #else
|
| -// TODO(mvstanton): Turn on turbofan here.
|
| -#define TURBO_BOOL false
|
| +#define TURBO_BOOL true
|
| #endif
|
| DEFINE_BOOL(turbo, TURBO_BOOL, "enable TurboFan compiler")
|
| DEFINE_BOOL(turbo_sp_frame_access, false,
|
|
|