Aer/include
belliash b040886b97
Test and temporary version of compiler emiting PH7_OP_CLASS_INIT instruction.
However it works on ph7_class and thus passes whole class into the VM, what causes memory overhead,
as finally we have to find this class on the VM's stack. Instead, we could pass some ph7_class_info
structure containing a name of class to look for and information about its inheritances.
2018-07-27 08:24:53 +02:00
..
ph7.h Reimplement SyRealPath(); fix build. 2018-07-23 20:45:30 +02:00
ph7int.h Test and temporary version of compiler emiting PH7_OP_CLASS_INIT instruction. 2018-07-27 08:24:53 +02:00