[webkit-changes] [WebKit/WebKit] d97ba4: Setting __XPC_JSC_forceRAMSize silently fails due ...
Andrew-Fryer
noreply at github.com
Wed Feb 12 13:02:14 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d97ba4719dc68b35b94b4f030928509e00ddb3ab
https://github.com/WebKit/WebKit/commit/d97ba4719dc68b35b94b4f030928509e00ddb3ab
Author: Andrew Fryer <a_fryer at apple.com>
Date: 2025-02-12 (Wed, 12 Feb 2025)
Changed paths:
M Source/JavaScriptCore/runtime/OptionsList.h
Log Message:
-----------
Setting __XPC_JSC_forceRAMSize silently fails due to bad cast
https://bugs.webkit.org/show_bug.cgi?id=287522
rdar://144649062
Reviewed by Keith Miller.
Changing the type of forceRAMSize from `Unsized` to `Size` gives enough bits
to have a valid cast (given a reasonable number of bytes for RAM size, such as
17179869184, which is 16 GB).
* Source/JavaScriptCore/runtime/OptionsList.h:
Canonical link: https://commits.webkit.org/290297@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list