This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Flashlite GC wokrarounds
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
While the GC api in flashlite is closed and not accessible it seems you can do manual manipulation and re-use via push and pop. It also seems that for using loops in fl1 and fl2 that you should rewrite them using push and pop to allow the loop to lookup the value of the loop variables rather than the normal oop way.
Hmm, seems as messy as J2ME MIDP 1.0 optimization. It also seems that we are using the same breaking of oop code optimization with flashlite3 when it comes out.