RESOLVED FIXED 61384
Let's just have one way to get the system page size, bokay?
https://bugs.webkit.org/show_bug.cgi?id=61384
Summary Let's just have one way to get the system page size, bokay?
Geoffrey Garen
Reported 2011-05-24 12:16:50 PDT
Let's just have one way to get the system page size, bokay?
Attachments
Patch (18.85 KB, patch)
2011-05-24 12:17 PDT, Geoffrey Garen
oliver: review+
Geoffrey Garen
Comment 1 2011-05-24 12:17:07 PDT
WebKit Review Bot
Comment 2 2011-05-24 12:20:39 PDT
Attachment 94661 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/CMakeListsEfl.txt', ..." exit_code: 1 Source/JavaScriptCore/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Source/JavaScriptCore/heap/MarkStack.h:234: Tests for true/false, null/non-null, and zero/non-zero should all be done without equality comparisons. [readability/comparison_to_zero] [5] Total errors found: 2 in 7 files If any of these errors are false positives, please file a bug against check-webkit-style.
Oliver Hunt
Comment 3 2011-05-24 12:27:18 PDT
Comment on attachment 94661 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=94661&action=review > Source/JavaScriptCore/wtf/PageBlock.cpp:75 > + return 256 * 1024; wow....
Geoffrey Garen
Comment 4 2011-05-24 13:51:57 PDT
Adam Roben (:aroben)
Comment 5 2011-05-26 13:03:35 PDT
*** Bug 58572 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.