You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a lot of overhead in calling from Go into JS via duktape. We can allow JS tracers to specify which opcodes they're interested in and have Geth only dispatch CaptureState events for those opcodes. Benchmarks are needed to see if the performance gain is worth it. Same needs to be done for the goja tracer (#23773) because there's no go-C context switch.
What are the use-cases?
E.g. the prestateTracer.
The text was updated successfully, but these errors were encountered:
Why should this feature exist?
There is a lot of overhead in calling from Go into JS via duktape. We can allow JS tracers to specify which opcodes they're interested in and have Geth only dispatch
CaptureState
events for those opcodes. Benchmarks are needed to see if the performance gain is worth it. Same needs to be done for the goja tracer (#23773) because there's no go-C context switch.What are the use-cases?
E.g. the
prestateTracer
.The text was updated successfully, but these errors were encountered: