| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 8632)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -452,14 +452,10 @@
|
| "trace regexp macro assembler calls.")
|
|
|
| //
|
| -// Logging and profiling only flags
|
| +// Logging and profiling flags
|
| //
|
| #undef FLAG
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| #define FLAG FLAG_FULL
|
| -#else
|
| -#define FLAG FLAG_READONLY
|
| -#endif
|
|
|
| // log.cc
|
| DEFINE_bool(log, false,
|
| @@ -491,19 +487,6 @@
|
| DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.")
|
|
|
| //
|
| -// Heap protection flags
|
| -// Using heap protection requires ENABLE_LOGGING_AND_PROFILING as well.
|
| -//
|
| -#ifdef ENABLE_HEAP_PROTECTION
|
| -#undef FLAG
|
| -#define FLAG FLAG_FULL
|
| -
|
| -DEFINE_bool(protect_heap, false,
|
| - "Protect/unprotect V8's heap when leaving/entring the VM.")
|
| -
|
| -#endif
|
| -
|
| -//
|
| // Disassembler only flags
|
| //
|
| #undef FLAG
|
|
|