|
|
|
|
|
by tom_mellior
1967 days ago
|
|
> Production Java apps also typically run with APM tracing agents that rely on runtime bytecode instrumentation. [...] It is easier to start afresh with modern compiled languages like Go and Rust. I wonder how they instrument their Go and Rust programs. If they decide not to, maybe it's not that important for the Java version of the same code either. |
|
Something like a tool that runs as part of the build process and modifies the source code before it gets passed to the compiler.