On 14.01.2017 20:36, Lars wrote:
What if you are porting code to a non jvm... if you copy and paste
something and it has no free, you're screwed.
Sorry. I don't understand. AFAIK, in a non jvm project, free() always is provided (and used).
i.e. say you have some JVM algorithms that now need to be used in win32 or
bsd using the regular fpc compilation.... can't port them without
inspecting the code carefully for missing free's


IMHOP, JVM based (or any other) pascal classes, that does not provide free() - even if dummy - simply should not exist.

-Michael
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to