RESOLVED DUPLICATE of bug 61384 58572
Implement a cross-platform version of ExecutableAllocator::intializePageSize()
https://bugs.webkit.org/show_bug.cgi?id=58572
Summary Implement a cross-platform version of ExecutableAllocator::intializePageSize()
Fridrich Strba
Reported 2011-04-14 14:28:32 PDT
Get page size on windows using win32 api
Attachments
Patch (1.56 KB, patch)
2011-04-14 14:31 PDT, Fridrich Strba
no flags
Patch (1.49 KB, patch)
2011-05-04 16:15 PDT, Fridrich Strba
no flags
Patch (1.49 KB, patch)
2011-05-13 01:56 PDT, Fridrich Strba
no flags
Fridrich Strba
Comment 1 2011-04-14 14:31:54 PDT
Martin Robinson
Comment 2 2011-04-14 15:35:22 PDT
How is this working on the Safari Windows port?
Adam Roben (:aroben)
Comment 3 2011-04-15 06:19:57 PDT
We don't use ExecutableAllocatorFixedVMPool.cpp on Windows, apparently.
Fridrich Strba
Comment 4 2011-04-15 06:31:31 PDT
(In reply to comment #3) > We don't use ExecutableAllocatorFixedVMPool.cpp on Windows, apparently. So, it should not hurt anybody to get this in then :)
Oliver Hunt
Comment 5 2011-04-15 15:43:15 PDT
Comment on attachment 89648 [details] Patch A better solution would be to replace the call to getpagesize with WTF::pageSize() which does the right thing for every platform.
Fridrich Strba
Comment 6 2011-05-04 16:15:44 PDT
Fridrich Strba
Comment 7 2011-05-04 16:16:47 PDT
Comment on attachment 92341 [details] Patch Using WTF::pageSize() as per review comment.
Collabora GTK+ EWS bot
Comment 8 2011-05-05 01:29:15 PDT
Fridrich Strba
Comment 9 2011-05-13 01:56:45 PDT
Fridrich Strba
Comment 10 2011-05-13 02:21:41 PDT
Since now the EWS is showing no breakages, can this one get a positive review and commit queue approval?
Fridrich Strba
Comment 11 2011-05-26 12:57:32 PDT
Ping someone?
Adam Roben (:aroben)
Comment 12 2011-05-26 13:03:35 PDT
Looks like this was fixed in r87198. *** This bug has been marked as a duplicate of bug 61384 ***
Eric Seidel (no email)
Comment 13 2011-06-02 08:26:57 PDT
Comment on attachment 93417 [details] Patch Cleared review? from attachment 93417 [details] so that this bug does not appear in http://webkit.org/pending-review. If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again).
Note You need to log in before you can comment on or make changes to this bug.