First files for the Nit virtual machine
authorJulien Pagès <julien.projet@gmail.com>
Wed, 11 Jun 2014 21:57:49 +0000 (23:57 +0200)
committerJulien Pagès <julien.projet@gmail.com>
Fri, 13 Jun 2014 13:42:08 +0000 (15:42 +0200)
commitad655a60a25cecaf109b1c92dd075478f3df7d97
tree142964569be3297236a72d67142bb4d33fad9291
parent03e36705d408d94c7c867ec5ee7e5e1ddefc7a3f
First files for the Nit virtual machine

A virtual table is now constructed for each MClass
The virtual table is constructed according to the specifications.

The perfect hashtable is at negative offsets.
It contains pointer to blocks of (id, methods) which
are at positive offsets of the virtual table.

Signed-off-by: Julien Pagès <julien.projet@gmail.com>
src/nitvm.nit [new file with mode: 0644]
src/vm.nit [new file with mode: 0644]