search for: b64fa75f

Displaying 2 results from an estimated 2 matches for "b64fa75f".

2013 Feb 01
0
[LLVMdev] MCJIT and Lazy Compilation
...ate everyones efforts, and that we all have our own agendas. > I'm just trying to put my own roadmap in place. > > Cheers, > Andrew. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130202/b64fa75f/attachment.html>
2013 Feb 01
7
[LLVMdev] MCJIT and Lazy Compilation
Does anyone have a roadmap for MCJIT with what I think people are calling lazy compilation. Is this even on the cards? I spent the last few hours moving my project (extempore.moso.com.au) over to MCJIT (particularly for ARM), and am a little horrified to discover no ability to compile, and just as importantly to recompile, at a function level. This is absolutely mandatory for my project. I have