What happened to the HLVM project? I understand it was intended to be a high-level VM specifically for dynamic languages and this post indicates that it was integrated into the LLVM project last year: http://www.nabble.com/NEWS:-HLVM-merges-with-LLVM-td9627113.html But I cannot find any code in LLVM that looks like it would have come from HLVM. -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e
On Sun, Jan 4, 2009 at 2:36 PM, Jon Harrop <jon at ffconsultancy.com> wrote: (...)> But I cannot find any code in LLVM that looks like it would have come from > HLVM.Don't know about the status of the project, but the code seems to be here: http://llvm.org/viewvc/llvm-project/ (in directory "hlvm") Regards, Kevin André
On Sunday 04 January 2009 13:49:52 HyperQuantum wrote:> On Sun, Jan 4, 2009 at 2:36 PM, Jon Harrop <jon at ffconsultancy.com> wrote: > > But I cannot find any code in LLVM that looks like it would have come > > from HLVM. > > Don't know about the status of the project, but the code seems to be here: > > http://llvm.org/viewvc/llvm-project/ (in directory "hlvm")Thanks. Looks like HLVM has not been updated for 16 months but VMKit is alive. -- Dr Jon Harrop, Flying Frog Consultancy Ltd. http://www.ffconsultancy.com/?e
On Jan 4, 2009, at 5:36 AM, Jon Harrop wrote:> > What happened to the HLVM project? I understand it was intended to > be a > high-level VM specifically for dynamic languages and this post > indicates that > it was integrated into the LLVM project last year: > > http://www.nabble.com/NEWS:-HLVM-merges-with-LLVM-td9627113.html > > But I cannot find any code in LLVM that looks like it would have > come from > HLVM.HLVM was checked into an llvm svn module, but it died shortly after that. There are a couple of reasons: 1) the main author got busy and lost his time to work on it, 2) the goals of hlvm are very broad and poorly defined (possibly unachievable?) so no one else seems to have picked it up. -Chris