Dear developers,
Because my apps will be longer and longer, I have some special technical
question to you.
How many lines can PPCJVM compile while using one source file without units?
How many values can be processed by using Case block?
For example max 200 or similar value?
How to manage memory while using JVM Android target? Which commands or
strategies can I use to minimize RAM overload?
If I will type
r='';
Will it deallocate allocated bytes for previously used value of string
variable?
Sure, I know, that some special processes are not under my control.
Such as when I will call some Android API function, The memory
allocations will raise and I can not control it. I can only free
previously called methods but memory allocations are on The control of
Google Engineers, who ahave created specific API functions and methods
or Android classes.
Sure, I Am using The latest ppcjvm.exe which is The part of Lazarus package.
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal