Changeset 38428 in webkit for trunk/JavaScriptCore/wtf
- Timestamp:
- Nov 15, 2008, 1:37:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r38425 r38428 384 384 #endif 385 385 386 #if !defined(ENABLE_ BYTECODE_STATS)387 #define ENABLE_ BYTECODE_STATS 0386 #if !defined(ENABLE_OPCODE_STATS) 387 #define ENABLE_OPCODE_STATS 0 388 388 #endif 389 389 … … 392 392 #endif 393 393 394 #if ENABLE(CODEBLOCK_SAMPLING) && !defined(ENABLE_ BYTECODE_SAMPLING)395 #define ENABLE_ BYTECODE_SAMPLING 1396 #endif 397 398 #if !defined(ENABLE_ BYTECODE_SAMPLING)399 #define ENABLE_ BYTECODE_SAMPLING 0394 #if ENABLE(CODEBLOCK_SAMPLING) && !defined(ENABLE_OPCODE_SAMPLING) 395 #define ENABLE_OPCODE_SAMPLING 1 396 #endif 397 398 #if !defined(ENABLE_OPCODE_SAMPLING) 399 #define ENABLE_OPCODE_SAMPLING 0 400 400 #endif 401 401
Note:
See TracChangeset
for help on using the changeset viewer.