back

by dmitrygr·3mo ago·view on hn ↗
You should see how fast libc gets mmaped() into the VM and the first instr runs :)
1 comments
Sure, I should clarify: The 7ms here is measured at the point where let-go starts executing user code. It takes 7ms to initialize the compiler, load all stdlib namespaces and compute all vars. So it's not "time to first instruction", it's "time to running your code".