Merge: doc: fixed some typos and other misc. corrections
[nit.git] / src / vm /
2019-11-06 Florian DeljarryMerge remote-tracking branch 'upstream/master' into...
2017-06-28 Jean Privatnitc: remove some useless truisms.
2017-05-18 Jean-Christophe... nitvm: Factorize the loading of superclasses
2016-02-26 Jean Privatmodel: make autoinit the main construction mechanism
2015-10-07 Jean Privatinterpreter&vm: handle multi-iterator
2015-06-09 Julien Pagèsnitvm: Using SSA module in the nitvm
2015-06-09 Julien Pagèsnitvm: A method compile offers a unique entry point...
2015-06-05 Julien Pagèsnitvm: The position of a Variable in the environment...
2015-05-26 Julien Pagèsnitvm: Optimize the loading of classes
2015-05-26 Julien Pagèsnitvm: Deleting absolute offset for properties
2015-05-26 Julien Pagèsnitvm: Optimizing subtyping tests with new mechanisms
2015-05-26 Julien Pagèsnitvm: The positions of methods and attributes are...
2015-05-26 Julien Pagèsnitvm: Bug fixe in the recursion of class loading
2015-04-04 Jean Privatsrc: use MFormalType for type checks when it makes...
2015-03-23 Julien Pagèsnitvm: Creation of a directory vm/ for the vm files