I wrote a blog post about my Uxntal to C compiler.
"Compiling stack-based assembly to C"
Apart from the explanations it has some performance and power results.
tl;dr: for compute-intensive code, the compiled version gives up to 12x speed-up.
For interactive GUI code, there is no speed-up and no difference in power consumption, confirming the point I made in another post: Uxn efficiency is a red herring.
@wim_v12e
"jumps to computed addresses, because that is a concept that is not supported in C"
TIL.