Nicolas Cannasse schrieb: > Hi list, > > I'm please to announce that Neko 1.8.1 has just been released ! > > You can download it from http://nekovm.org > (OSX build will be added tomorrow) > > * vm : optimize object table - one word and one memory block > saved per object
Hi Nicolas, nice work as always. One thing I would suggest for the neko.dll is, that all the builtins functions that are available inside haxe/neko as __dollar__... are exported as well. For example I set the prototype of an object inside my pascal code. Since I can't access the C function from there, I have my own version - but if the memory layout changes it will crash. Cheers, Adrian. -- Neko : One VM to run them all (http://nekovm.org)
