Changes between Version 9 and Version 10 of WebKitGTK/TrackingMemoryErrors
- Timestamp:
- May 24, 2013, 5:23:59 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitGTK/TrackingMemoryErrors
v9 v10 14 14 }}} 15 15 16 Notice the ''--smc-check-all'' flag, which enables checks for self modifying code. ''(@FIXME: I suppose this is required because WK generates a lot of its own code, but a better confirmation/explanation here would be nice)''.16 Notice the ''--smc-check-all'' flag, which enables checks for self modifying code. This is needed because the JIT dynamically patches the generated code for some of it's optimizations. 17 17 18 18 === WebKit2 ===