WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
225249
Make the JIT pool smaller on AS
https://bugs.webkit.org/show_bug.cgi?id=225249
Summary
Make the JIT pool smaller on AS
Filip Pizlo
Reported
2021-04-30 14:07:10 PDT
It improves perf a bit.
Attachments
the patch
(6.12 KB, patch)
2021-04-30 14:08 PDT
,
Filip Pizlo
saam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2021-04-30 14:08:46 PDT
Created
attachment 427445
[details]
the patch
Saam Barati
Comment 2
2021-04-30 14:23:27 PDT
Comment on
attachment 427445
[details]
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
Saam Barati
Comment 3
2021-04-30 14:25:39 PDT
Comment on
attachment 427445
[details]
the patch View in context:
https://bugs.webkit.org/attachment.cgi?id=427445&action=review
> Source/JavaScriptCore/jit/ExecutableAllocator.cpp:409 > + , m_numAllocators(numberOfRegions)
maybe we should rename numberOfRegions to maxNumberOfRegions
Filip Pizlo
Comment 4
2021-04-30 14:29:41 PDT
***
Bug 209037
has been marked as a duplicate of this bug. ***
Filip Pizlo
Comment 5
2021-04-30 14:52:13 PDT
Landed in
https://trac.webkit.org/changeset/276855/webkit
Radar WebKit Bug Importer
Comment 6
2021-04-30 14:53:31 PDT
<
rdar://problem/77400108
>
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