On 2011-12-19 18:24, Bear wrote:
gc.malloc actually returns void[]
Bearophile's suggestion seems to work though, but it doesn't seem to improve
performance for some reason... I guess I'll have to find some other way to make 
my
prog quicker.

You can always make the variable uninitialized using "void", don't know if that what is what you're looking for.

float[] f = void;

--
/Jacob Carlborg

Reply via email to