Bug 206469 - Use 32bit packed pointers in C++
Summary: Use 32bit packed pointers in C++
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-18 00:58 PST by Yusuke Suzuki
Modified: 2020-01-18 00:58 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2020-01-18 00:58:04 PST
Memory is consumed by Vector / HashTable, and they are fulfilled by a lot of pointers.
We should use 32bit packed pointers by modifying malloc.