A question for the folks working on Jitrino.JET. I see comments in the source code about back branch polling. Can I use back branch polling?
It turns out that polling in a controlled fashion for GC would make the MMTK port easier. MMTK has java classes that implement the "Uninterruptible" interface. Basically this means no GC is allowed while methods of such classes are executing. It looks to be fairly straight forward to add code to the back branch callout that skips GC if the current method implements Uninterruptible. -- Weldon Washburn Intel Middleware Products Division --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
