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

Only emit record/replay bytecodes for the relevant scripts #5

Closed
bhackett1024 opened this issue Apr 28, 2021 · 0 comments
Closed

Only emit record/replay bytecodes for the relevant scripts #5

bhackett1024 opened this issue Apr 28, 2021 · 0 comments
Assignees

Comments

@bhackett1024
Copy link

We currently emit record/replay bytecodes for all scripts in the main thread's isolate, including scripts which are ignored during instrumentation. We need to only emit these bytecodes for scripts which participate in instrumentation, to clean up the semantics of the bytecodes and support optimizing them in the JIT (#4).

@bhackett1024 bhackett1024 self-assigned this Apr 28, 2021
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