forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reuse debug info cache between HBCISel calls
Summary: When the sourceMapURL is huge (due to being a literal base64-encoded URL-embedded sourcemap), it actually makes sense to reuse the debug cache between functions. In one measured case, this reduced runtime from 55s to 3s Reviewed By: avp Differential Revision: D23123584 fbshipit-source-id: 86eb770c4ba41c71db165a9a7f8fce39b4e74315
- Loading branch information
1 parent
b6a65cd
commit 3bd7ce9
Showing
3 changed files
with
26 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters