Comment on Virtual Machine Showdown: Stack Versus RegistersparentComments−ori_b17y> NOTE: this paper implements the optimization for the jvm, but lua uses a register based architecture, too!Lua 5 uses a register based VM, it seems. There's a paper on it - and more - here: http://www.tecgraf.puc-rio.br/~lhf/ftp/doc/jucs05.pdf
Comments
> NOTE: this paper implements the optimization for the jvm, but lua uses a register based architecture, too!
Lua 5 uses a register based VM, it seems. There's a paper on it - and more - here: http://www.tecgraf.puc-rio.br/~lhf/ftp/doc/jucs05.pdf