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

Implement `args` instruction #44

Closed marekjm closed 9 years ago

marekjm commented 9 years ago

CPU should support args instruction which would put a Vector with all parameters passed to function in a single register. This would invalidate issue #41 as length of the vector is easily obtained.

marekjm commented 9 years ago

Closed with commit 3bae86662cd2ee689cc5aa763df6362d07ad6ef8 which added misc::argsvector implementing functionality described by this issue to standard misc module.