Skip to content
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

Refactor how state is shared between node_transformer, tracer, and executor #454

Open
yifanwu opened this issue Dec 12, 2021 · 0 comments
Open

Comments

@yifanwu
Copy link
Contributor

yifanwu commented Dec 12, 2021

What: node_transformer is now accessing tracer, and tracer is accessing executor.

Why: this came about partially because we are doing static and dynamic analysis.

Possible Approaches: we'll lift the shared state out with its own APIs to be called by transformer, tracer, and executor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant