-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove most of interpreter type profiling
Summary: We're not currently using it and it's unclear when we'd be able to invest more into it. If we want to come back to feeding better types into the JIT it would make sense to try to tap into the machinery used by the specializing adaptive interpreter. This deletes pretty much everything except ProfileRuntime, which is still used by the simplifier for LoadAttr on split dicts. Will get that in a future diff. Reviewed By: jbower-fb Differential Revision: D59603172 fbshipit-source-id: 1cd4ca33d4e29faa77e7597e30cd943c65c141a2
- Loading branch information
1 parent
28614d8
commit 0c8b47a
Showing
2 changed files
with
0 additions
and
55 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