Bug 205702

Summary: [WTF] WTF_MAKE_FAST_ALLOCATED should take class name so that we can create malloc_zone per this macro
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: NEW    
Severity: Normal CC: ggaren
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2020-01-02 17:11:17 PST
...
Attachments
Geoffrey Garen
Comment 1 2024-04-03 12:34:02 PDT
Can we use class-specific usual destroying deallocation functions to get the type at compile time? Once you have the type, you can ask C++ for its name.
Note You need to log in before you can comment on or make changes to this bug.