Bug 175086 - WTF and bmalloc share some of the same fallbacks for Gigacage being disabled
Summary: WTF and bmalloc share some of the same fallbacks for Gigacage being disabled
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-02 13:26 PDT by Filip Pizlo
Modified: 2017-08-02 13:26 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2017-08-02 13:26:20 PDT
WTF has fallbacks if bmalloc is disabled and we use Gigacage API, while bmalloc has fallbacks if Gigacage is dynamically disabled.

Would be nice to have one set of fallbacks not two.