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: | JavaScriptCore | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | NEW | ||
Severity: | Normal | CC: | ggaren |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Yusuke Suzuki
...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
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.