-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demonomorphize some cases of dependent empty lambdas
Summary: Callers are widely-instantiated and callees are instantiated on the lambdas. We can reduce the number and build size of instantiations by choosing a common noop function instead of a dependent empty lambda in these cases. Reviewed By: DenisYaroshevskiy Differential Revision: D60010017 fbshipit-source-id: 1ca268bfa1ede9f0e21c3e1fb773025f70c12e73
- Loading branch information
1 parent
09c7323
commit c137ce3
Showing
3 changed files
with
22 additions
and
26 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