Bug 196938 - Bytecode cache should de-duplicate pointers across incremental updates
Summary: Bytecode cache should de-duplicate pointers across incremental updates
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-15 15:10 PDT by Tadeu Zagallo
Modified: 2019-04-15 15:10 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tadeu Zagallo 2019-04-15 15:10:19 PDT
Ideally, we should also populate the map during decoding, in order to avoid re-encoding things that are already on disk.