Bug 206207 - Limit the number of entries in JITCodeMap
Summary: Limit the number of entries in JITCodeMap
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-13 16:27 PST by Saam Barati
Modified: 2020-01-14 09:38 PST (History)
13 users (show)

See Also:


Attachments
patch (5.26 KB, patch)
2020-01-13 22:48 PST, Saam Barati
no flags Details | Formatted Diff | Diff
patch (5.26 KB, patch)
2020-01-13 22:52 PST, Saam Barati
ysuzuki: review+
saam: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2020-01-13 16:27:48 PST
Now that we exit to the LLInt unconditionally, we might only need a handful of opcodes in JITCodeMap
Comment 1 Saam Barati 2020-01-13 22:48:22 PST
Created attachment 387619 [details]
patch
Comment 2 Saam Barati 2020-01-13 22:52:29 PST
Created attachment 387620 [details]
patch
Comment 3 Yusuke Suzuki 2020-01-13 22:53:52 PST
Comment on attachment 387620 [details]
patch

r=me, looks nice.