-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[exe_env] rework and remove laziness
Summary: The Exe_env caching system is now somewhat obsolete (since procedure attributes have their own cache), and too complicated for what it does (it uses laziness extensively, which causes crashes with multicore). This diff replaces it with a standard hashtable-based cache. Further diffs should change this to a cache shared across domains. Reviewed By: jvillard Differential Revision: D67200709 Privacy Context Container: L1208441 fbshipit-source-id: d198704964211e727bf002aaf0c89a925c7b6b87
- Loading branch information
1 parent
db0064a
commit ca868dc
Showing
1 changed file
with
46 additions
and
98 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