Tool
YK Lua is a fork of the standard Lua virtual machine adapted to work with YK, a meta-tracing technology that adds a just-in-time compiler to existing C-based interpreters. YK-specific hints such as `yk_promote` expose values, including constants, for optimization; the video also discusses deoptimization, safepoints, shadow stacks, and the risk of divergent traces. A Mandelbrot benchmark demonstrated roughly a four-times speedup compared with standard Lua.
1 use taken from transcripts — each links to the moment in the video.
A fork of the standard Lua virtual machine adapted to work with YK. The video demonstrates it achieving roughly a four-times speedup on a Mandelbrot benchmark and shows how YK-specific hints expose constants for optimization.
1 in the library.