Changeset 100175 in webkit
- Timestamp:
- Nov 14, 2011, 12:23:23 PM (15 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
JavaScriptCore.xcodeproj/project.pbxproj (modified) (4 diffs)
-
wtf/OSAllocatorPosix.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r100171 r100175 1 2011-11-14 Gavin Barraclough <barraclough@apple.com> 2 3 https://bugs.webkit.org/show_bug.cgi?id=72280 4 5 Rubber stamped by Geoff Garen. 6 7 Fix 32-bit Lion. 8 9 * JavaScriptCore.xcodeproj/project.pbxproj: 10 * wtf/OSAllocatorPosix.cpp: 11 (WTF::OSAllocator::reserveAndCommit): 12 1 13 2011-11-14 Geoffrey Garen <ggaren@apple.com> 2 14 -
trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r100020 r100175 2325 2325 isa = PBXGroup; 2326 2326 children = ( 2327 0F5F08CC146BE602000472A9 /* DFGByteCodeCache.h */,2328 0FC0979F146B28C700CF2442 /* DFGThunks.cpp */,2329 0FC097A0146B28C700CF2442 /* DFGThunks.h */,2330 0FC0979D146B271E00CF2442 /* DFGCorrectableJumpPoint.cpp */,2331 0FC0979A146A772000CF2442 /* DFGCorrectableJumpPoint.h */,2332 0FC0978E146A6F6300CF2442 /* DFGOSRExit.cpp */,2333 0FC0978F146A6F6300CF2442 /* DFGOSRExitCompiler.cpp */,2334 0FC09775146943AD00CF2442 /* DFGOSRExitCompiler32_64.cpp */,2335 0FC0976F14693AEF00CF2442 /* DFGOSRExitCompiler.h */,2336 0FC0977014693AEF00CF2442 /* DFGOSRExitCompiler64.cpp */,2337 0FC0977E1469EBC400CF2442 /* DFGCommon.h */,2338 0FC0976B1468AB4A00CF2442 /* DFGAssemblyHelpers.cpp */,2339 0FC0976C1468AB4A00CF2442 /* DFGAssemblyHelpers.h */,2340 0FC097681468A6EF00CF2442 /* DFGOSRExit.h */,2341 2327 0F62016D143FCD2F0068B77C /* DFGAbstractState.cpp */, 2342 2328 0F62016E143FCD2F0068B77C /* DFGAbstractState.h */, 2343 2329 0F62016F143FCD2F0068B77C /* DFGAbstractValue.h */, 2330 0FC0976B1468AB4A00CF2442 /* DFGAssemblyHelpers.cpp */, 2331 0FC0976C1468AB4A00CF2442 /* DFGAssemblyHelpers.h */, 2344 2332 0F620170143FCD2F0068B77C /* DFGBasicBlock.h */, 2345 0F620171143FCD2F0068B77C /* DFGOperands.h */, 2346 0F620172143FCD2F0068B77C /* DFGVariableAccessData.h */, 2347 0FFF4BB2143955E600655BC0 /* DFGStructureSet.h */, 2333 0F5F08CC146BE602000472A9 /* DFGByteCodeCache.h */, 2348 2334 86EC9DB41328DF82002B2AD7 /* DFGByteCodeParser.cpp */, 2349 2335 86EC9DB51328DF82002B2AD7 /* DFGByteCodeParser.h */, 2350 2336 0FD82E1E14172C2F00179C94 /* DFGCapabilities.cpp */, 2351 2337 0FD82E1F14172C2F00179C94 /* DFGCapabilities.h */, 2338 0FC0977E1469EBC400CF2442 /* DFGCommon.h */, 2339 0FC0979D146B271E00CF2442 /* DFGCorrectableJumpPoint.cpp */, 2340 0FC0979A146A772000CF2442 /* DFGCorrectableJumpPoint.h */, 2352 2341 0FD3C82214115D0E00FD81CB /* DFGDriver.h */, 2353 2342 0FD3C82014115CF800FD81CB /* DFGDriver.cpp */, … … 2356 2345 86AE6C4C136A11E400963012 /* DFGGPRInfo.h */, 2357 2346 86EC9DB71328DF82002B2AD7 /* DFGGraph.cpp */, 2347 86EC9DB81328DF82002B2AD7 /* DFGGraph.h */, 2358 2348 0FD82EF31423073900179C94 /* DFGIntrinsic.h */, 2359 86EC9DB81328DF82002B2AD7 /* DFGGraph.h */,2360 2349 86EC9DB91328DF82002B2AD7 /* DFGJITCodeGenerator.cpp */, 2361 2350 86EC9DBA1328DF82002B2AD7 /* DFGJITCodeGenerator.h */, … … 2366 2355 86880F1A14328BB900B08D42 /* DFGJITCompilerInlineMethods.h */, 2367 2356 86ECA3E9132DEF1C002B2AD7 /* DFGNode.h */, 2357 0F620171143FCD2F0068B77C /* DFGOperands.h */, 2368 2358 0FD82E52141DAEDE00179C94 /* DFGOSREntry.cpp */, 2369 2359 0FD82E53141DAEDE00179C94 /* DFGOSREntry.h */, 2360 0FC0978E146A6F6300CF2442 /* DFGOSRExit.cpp */, 2361 0FC097681468A6EF00CF2442 /* DFGOSRExit.h */, 2362 0FC0978F146A6F6300CF2442 /* DFGOSRExitCompiler.cpp */, 2363 0FC0976F14693AEF00CF2442 /* DFGOSRExitCompiler.h */, 2364 0FC09775146943AD00CF2442 /* DFGOSRExitCompiler32_64.cpp */, 2365 0FC0977014693AEF00CF2442 /* DFGOSRExitCompiler64.cpp */, 2370 2366 86EC9DBF1328DF82002B2AD7 /* DFGOperations.cpp */, 2371 2367 86EC9DC01328DF82002B2AD7 /* DFGOperations.h */, … … 2380 2376 86880F1B14328BB900B08D42 /* DFGSpeculativeJIT32_64.cpp */, 2381 2377 86880F4C14353B2100B08D42 /* DFGSpeculativeJIT64.cpp */, 2378 0FFF4BB2143955E600655BC0 /* DFGStructureSet.h */, 2379 0FC0979F146B28C700CF2442 /* DFGThunks.cpp */, 2380 0FC097A0146B28C700CF2442 /* DFGThunks.h */, 2381 0F620172143FCD2F0068B77C /* DFGVariableAccessData.h */, 2382 2382 ); 2383 2383 name = dfg; -
trunk/Source/JavaScriptCore/wtf/OSAllocatorPosix.cpp
r100037 r100175 55 55 56 56 int flags = MAP_PRIVATE | MAP_ANON; 57 #if defined MAP_JIT57 #if PLATFORM(IOS) 58 58 if (executable) 59 59 flags |= MAP_JIT;
Note:
See TracChangeset
for help on using the changeset viewer.