[Webkit-unassigned] [Bug 162514] [JSC] Allow fixedExecutableMemoryPoolSize to be set during build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 23 15:57:53 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=162514
Don Olmstead <don.olmstead at am.sony.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
Assignee|webkit-unassigned at lists.web |don.olmstead at am.sony.com
|kit.org |
--- Comment #1 from Don Olmstead <don.olmstead at am.sony.com> ---
Created attachment 289715
--> https://bugs.webkit.org/attachment.cgi?id=289715&action=review
Add macro
This allows the size in MB to be specified by the port. In CMake you would use add_definitions(-DFIXED_EXECUTABLE_MEMORY_POOL_SIZE_IN_MB=<value>) within the Platform cmake file within JavaScriptCore.
I'm open to changes to the name and also not sure if there should be any sort of static assert that ensures the validity of the value.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160923/6b107b83/attachment.html>
More information about the webkit-unassigned
mailing list