Changeset 62511 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Jul 5, 2010, 5:22:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r62422 r62511 1044 1044 #endif 1045 1045 1046 /* Pick which allocator to use; we only need an executable allocator if the assembler is compiled in. 1047 On x86-64 we use a single fixed mmap, on other platforms we mmap on demand. */ 1048 #if ENABLE(ASSEMBLER) 1049 #if CPU(X86_64) 1050 #define ENABLE_EXECUTABLE_ALLOCATOR_FIXED 1 1051 #else 1052 #define ENABLE_EXECUTABLE_ALLOCATOR_DEMAND 1 1053 #endif 1054 #endif 1055 1046 1056 #if !defined(ENABLE_PAN_SCROLLING) && OS(WINDOWS) 1047 1057 #define ENABLE_PAN_SCROLLING 1
Note:
See TracChangeset
for help on using the changeset viewer.