-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(vm): Implement call tracing for fast VM #2905
base: main
Are you sure you want to change the base?
Conversation
1cc9ec9
to
6a0c824
Compare
6a0c824
to
52a6a72
Compare
9078e12
to
7ef9bd9
Compare
This does not turn enable call tracing in API because of the details of how that happens depend on #2863 so it is better to wait until both PRs are in. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is certainly not the domain I'm comfortable with, but I've looked through the diff and it doesn't look suspicious. Not very helpful, but LGTM 😅
What ❔
Why ❔
Call tracing is the last large missing part of the fast VM.