WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 113704
r147324
broke the world
https://bugs.webkit.org/show_bug.cgi?id=113704
Summary
r147324 broke the world
Mark Hahnenberg
Reported
2013-04-01 08:47:52 PDT
Build fix is significant enough to warrant a quick review. Thanks for nothing, EWS.
Attachments
Patch
(4.24 KB, patch)
2013-04-01 08:54 PDT
,
Mark Hahnenberg
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Mark Hahnenberg
Comment 1
2013-04-01 08:54:26 PDT
Created
attachment 195977
[details]
Patch
Mark Lam
Comment 2
2013-04-01 08:57:33 PDT
Comment on
attachment 195977
[details]
Patch LGTM. The changes are superficial.
Mark Hahnenberg
Comment 3
2013-04-01 08:59:21 PDT
Committed
r147330
: <
http://trac.webkit.org/changeset/147330
>
Darin Adler
Comment 4
2013-04-01 09:07:28 PDT
Comment on
attachment 195977
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=195977&action=review
> Source/JavaScriptCore/heap/SuperRegion.cpp:33 > +const uint64_t SuperRegion::s_fixedHeapMemoryPoolSize = 4LLU * 1024LLU * static_cast<uint64_t>(MB);
I’m not sure the changes to add LLU are portable enough (since they might be bigger or smaller than uint64_t on various platforms), and they probably also are not needed since you’ve casted MB to uint64_t.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug