-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc: remove expr evaluation goroutine from EvalExpressionWithCalls
We have used a goroutine to keep track of some of the expression evaluation status across target resumes during call injections. Now that the expression interpreter has been rewritten to use a stack machine we can move what little state is left into the stack machine and get rid of the goroutine-and-channel mechanism.
- Loading branch information
Showing
3 changed files
with
195 additions
and
203 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
Oops, something went wrong.