Changeset 76068 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 18, 2011, 2:53:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r76060 r76068 1 2011-01-18 Daniel Bates <[email protected]> 2 3 Reviewed by Gavin Barraclough. 4 5 Only use moving memory model assumption in ExecutableAllocator::intializePageSize() for Symbian OS 6 https://bugs.webkit.org/show_bug.cgi?id=52517 7 8 Patch by David Tapuska 9 10 Currently, we compile code with respect to the Symbian-specific moving memory model 11 assumption for all ARMv5 or lower architectures. Instead, we should only compile 12 such code when building for Symbian OS on those architectures because this model 13 is Symbian-specific. 14 15 * jit/ExecutableAllocator.cpp: 16 (JSC::ExecutableAllocator::intializePageSize): 17 1 18 2011-01-18 Dimitry Andric <[email protected]> 2 19
Note:
See TracChangeset
for help on using the changeset viewer.