Changeset 153268 in webkit for trunk/Source/JavaScriptCore/runtime/Options.h
- Timestamp:
- Jul 24, 2013, 9:04:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.h
r153263 r153268 121 121 v(bool, enableLLVMFastISel, false) \ 122 122 v(bool, useLLVMSmallCodeModel, false) \ 123 v(bool, ftlTrapsOnOSRExit, false) \ 124 v(bool, ftlOSRExitOmitsMarshalling, false) \ 123 125 v(unsigned, llvmBackendOptimizationLevel, 2) \ 124 126 v(unsigned, llvmOptimizationLevel, 2) \
Note:
See TracChangeset
for help on using the changeset viewer.