[webkit-reviews] review granted: [Bug 225249] Make the JIT pool smaller on AS : [Attachment 427445] the patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 30 14:23:27 PDT 2021


Saam Barati <sbarati at apple.com> has granted Filip Pizlo <fpizlo at apple.com>'s
request for review:
Bug 225249: Make the JIT pool smaller on AS
https://bugs.webkit.org/show_bug.cgi?id=225249

Attachment 427445: the patch

https://bugs.webkit.org/attachment.cgi?id=427445&action=review




--- Comment #2 from Saam Barati <sbarati at apple.com> ---
Comment on attachment 427445
  --> https://bugs.webkit.org/attachment.cgi?id=427445
the patch

View in context: https://bugs.webkit.org/attachment.cgi?id=427445&action=review

> Source/JavaScriptCore/jit/ExecutableAllocator.cpp:336
> +    if (Options::executablePoolSizeOverride())
> +	   reservation.size = Options::executablePoolSizeOverride();

this already exists right below. Just remove the ENABLE


More information about the webkit-reviews mailing list