The code is currently written with assumptions that the JVM will eventually optimize the code. This optimization may not be available on micro-VMs. Hand optimize where possible, e.g. minimize the use of getters where it makes sense.
Log in to post a comment.