Bug 29379 - broken build on Windows CE
Summary: broken build on Windows CE
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P1 Blocker
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-18 06:56 PDT by Joerg Bornemann
Modified: 2009-09-19 10:42 PDT (History)
1 user (show)

See Also:


Attachments
Windows CE compile fix (2.11 KB, patch)
2009-09-18 06:56 PDT, Joerg Bornemann
staikos: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Bornemann 2009-09-18 06:56:55 PDT
Created attachment 39758 [details]
Windows CE compile fix

There is no _aligned_alloc or _aligned_free on Windows CE.
We just use the Windows code that was there before and use VirtualAlloc.
But that also means that the BLOCK_SIZE must be 64K as this function
allocates on 64K boundaries.
Comment 1 Simon Hausmann 2009-09-19 10:42:22 PDT
Landed in r48558