Changeset 44359 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 2, 2009, 9:57:56 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r44357 r44359 1 2009-06-02 Xan Lopez <[email protected]> 2 3 Reviewed by Sam Weinig. 4 5 Use C-style comments in Platform.h so it can be included from C 6 files. 7 8 * wtf/Platform.h: 9 1 10 2009-06-02 Tor Arne Vestbø <[email protected]> 2 11 -
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.