marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Refactor code so that opcode-related functions have uniform naming #99

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

No it's istore but vmthrow (to avoid clash with throw keyword).

The vm prefix is an unfortunate choice because the function is more opcode-related than VM-related. Adopted naming convention is: op prefix plus lowercase name of the opcode.

marekjm commented 8 years ago

Closed by commit ae1d850ef366b9bc34e6f10b79b09f899c75427c.