Changeset 157883 in webkit for trunk/Source/JavaScriptCore/runtime/Options.h
- Timestamp:
- Oct 23, 2013, 1:58:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.h
r157872 r157883 127 127 v(bool, ftlTrapsOnOSRExit, false) \ 128 128 v(bool, ftlOSRExitOmitsMarshalling, false) \ 129 v(bool, ftlOSRExitUsesStackmap, false) \ 130 v(bool, ftlICUsesPatchpoint, false) \ 129 v(bool, ftlUsesStackmaps, false) \ 131 130 v(bool, useLLVMOSRExitIntrinsic, false) \ 132 131 v(bool, dumpLLVMIR, false) \
Note:
See TracChangeset
for help on using the changeset viewer.