There is no need for that as class memory is small by comparison to application memory. We limit the size of the API so API classes aren't a noticeable memory hog.
On Android the size of the .class files roughly corresponds to the overhead which is usually well under 1mb even for large apps. On iOS the size is also pretty small (albeit larger). You can unzip the IPA to find the 32/64 bit binary to get a sense of how much ram is taken by the classes. It's nothing. Most RAM is taken by images by a huge margin. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/273651e9-7982-46ad-923d-c277d0113632%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
