NEW 198619
[JSC] JITThunk should be a weak set
https://bugs.webkit.org/show_bug.cgi?id=198619
Summary [JSC] JITThunk should be a weak set
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.