29 May
2007
29 May
'07
12:15 p.m.
David Kastrup wrote:
Maybe it would be saner to just scrap the array indexing stuff and replace it with the normal dynamic allocation that the libraries are optimized for?
It would, but it also would need important data structure changes, because the current setup will break horribly if a native pointer is 64 bits instead of 32 bits. Maybe later...