Changeset 44359 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Jun 2, 2009, 9:57:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r44341 r44359 544 544 #define ENABLE_ASSEMBLER 1 545 545 #endif 546 / /Setting this flag prevents the assembler from using RWX memory; this may improve547 // security but currectly comes at a significant performance cost. 546 /* Setting this flag prevents the assembler from using RWX memory; this may improve 547 security but currectly comes at a significant performance cost. */ 548 548 #define ENABLE_ASSEMBLER_WX_EXCLUSIVE 0 549 549
Note:
See TracChangeset
for help on using the changeset viewer.