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

JS tracer improvements #17

Open
mattsse opened this issue Nov 3, 2023 · 0 comments
Open

JS tracer improvements #17

mattsse opened this issue Nov 3, 2023 · 0 comments
Assignees

Comments

@mattsse
Copy link
Contributor

mattsse commented Nov 3, 2023

Describe the feature

currently we're creating new JS objects per function invocation.

this has shown to be very expensive. instead creating jsobjects and its functions per step/call call, we should create them once and update the captured elements instead (Rc<RefCell)

Additional context

No response

@mattsse mattsse self-assigned this Nov 3, 2023
@mattsse mattsse transferred this issue from paradigmxyz/reth Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant