Any ideas on dalwick escape analysis? Or when and if you plan to add?
I believe that evacuation analysis is a very important feature in GC languages ββto avoid retrieving objects every time a method is called, and I currently pre-allocate the object in the class and reset at the beginning of the method, so I avoid (I'm writing 3D games for android ... in java), but I find this method ugly and keeps memory littered with pre-allocated objects.
user965980
source share