-
Notifications
You must be signed in to change notification settings - Fork 648
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use the StackExecutor API for lazy compilation and debug eval
Summary: Use the new API. For now this provides no benefit, but allows us to add a more efficient implementation later. Note that `eval()` still does not use any of these APIs and is thus subject to stack overflow. The main challenge is the sharing of the executor. Reviewed By: avp Differential Revision: D66343421 fbshipit-source-id: b473529cead70a60f2ad3813be112c297889cdae
- Loading branch information
1 parent
2db6eea
commit 51cd64a
Showing
2 changed files
with
10 additions
and
29 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