Bug 198619

Summary: [JSC] JITThunk should be a weak set
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2019-06-06 12:10:57 PDT
NativeExecutable and HostFunctionKey has the exact same information. We should have HashSet<Weak<NativeExecutable>> and match with the given tuple of the data as we do for AtomicStringTable.
Attachments
Note You need to log in before you can comment on or make changes to this bug.