[Webkit-unassigned] [Bug 262059] Provide public C API for getting and setting JavaScriptCore options

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 25 14:37:43 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262059

--- Comment #1 from Mark Lam <mark.lam at apple.com> ---
Why do you need to set these options?  The options are designed for platform implementers to tune their system.  These are low level options, and it takes intimate knowledge about how the system works in order to set them correctly.

They are not intended for app developers to modify.  In fact, many of the options are not safe for app developers to modify, and if set incorrectly, may result in performance / correctness / security issues.

Can you explain why you are attempting to set these options (via environment variables) or otherwise?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230925/14795996/attachment.htm>


More information about the webkit-unassigned mailing list