go-pulse/eth/tracers/js/internal/tracers
Sina Mahmoodi bf693228a3
eth/tracers/js: goja tracer (#23773)
This adds a JS tracer runtime environment based on the Goja VM. The new
runtime replaces the duktape runtime, which will be removed soon.

Goja is implemented in Go and is faster for cases where the Go <-> JS
transition overhead dominates overall performance. It is faster because
duktape is written in C, and the transition cost includes the cost of using
cgo. Another reason for using Goja is that go-duktape is not maintained
anymore.

We expect the performace of JS tracing to be at least as good or better with
this change.
2022-05-18 16:34:18 +02:00
..
4byte_tracer_legacy.js eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00
bigram_tracer.js eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00
call_tracer_legacy.js eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00
evmdis_tracer.js eth/tracers/js: add support for REVERT/SELFDESTRUCT in evmdis_tracer (#24016) 2021-12-01 10:34:52 +01:00
noop_tracer_legacy.js eth/tracers: clean-up tracer collection (#24320) 2022-02-01 10:44:44 +01:00
opcount_tracer.js eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00
prestate_tracer_legacy.js eth/tracers: clean-up tracer collection (#24320) 2022-02-01 10:44:44 +01:00
tracers.go eth/tracers/js: goja tracer (#23773) 2022-05-18 16:34:18 +02:00
trigram_tracer.js eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00
unigram_tracer.js eth/tracers: package restructuring (#23857) 2021-11-09 12:09:35 +01:00