PDA

View Full Version : Just in time compiler question



mickey
16th July 2007, 17:19
Hi,
DO anyone know if where I can find some sheets about JIT and garbage collection? In particular I need to find a solution (a system) in wich Garbage c. is applied to code generated by JIT.

Thanks

jacek
16th July 2007, 17:43
First of all try LLVM (http://llvm.org/).

Then look here:
http://portal.acm.org/results.cfm?query=keyword%3A%22garbage%20collectio n%22&coll=GUIDE&dl=GUIDE
http://csdl2.computer.org/persagen/DLPublication.jsp?pubtype=p&acronym=CGO

mickey
16th July 2007, 23:08
There are many things with JIT compiler but I need somethings more precise: a Garbage Collector that work on JIT output code......thanks