Bug 195941 - [JSC] Investigate usage of Weak reference on LLIntThunks
Summary: [JSC] Investigate usage of Weak reference on LLIntThunks
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-19 06:08 PDT by Caio Lima
Modified: 2019-03-19 06:08 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Lima 2019-03-19 06:08:37 PDT
After we start using singleton LLIntEntrypoints, maybe it is worth to use weak reference to JITCodes to avoid keep them allocated when there is no references to it.