search for: readytalk

Displaying 4 results from an estimated 4 matches for "readytalk".

2010 Jul 16
0
[LLVMdev] java front-end
...and rtti to > building without? > > I remember reading somewhere that llvm code should use dyn_cast instead of > dynamic_cast.  Do these need to be changed here? > > A little background: > I'm trying to use llvm as a replacement aot compiler for the Avian JVM (see > oss.readytalk.com).  I figured I may be able to complete the java front end, > and sufficiently parameterize it to be used with Avian (which will > essentially just provide runtime services like GC and exception handling). > > Sincerely, > Joshua
2010 Jul 16
3
[LLVMdev] java front-end
...from building with exception handling and rtti to building without? I remember reading somewhere that llvm code should use dyn_cast instead of dynamic_cast. Do these need to be changed here? A little background: I'm trying to use llvm as a replacement aot compiler for the Avian JVM (see oss.readytalk.com). I figured I may be able to complete the java front end, and sufficiently parameterize it to be used with Avian (which will essentially just provide runtime services like GC and exception handling). Sincerely, Joshua Here is the output of the build (after ./configure): make[1]: Entering di...
2010 Jul 16
1
[LLVMdev] java front-end
...> > I remember reading somewhere that llvm code should use dyn_cast instead > of > > dynamic_cast. Do these need to be changed here? > > > > A little background: > > I'm trying to use llvm as a replacement aot compiler for the Avian JVM > (see > > oss.readytalk.com). I figured I may be able to complete the java front > end, > > and sufficiently parameterize it to be used with Avian (which will > > essentially just provide runtime services like GC and exception > handling). > > > > Sincerely, > > Joshua > -----------...
2013 Sep 15
0
[LLVMdev] VMKit state of the union, android support, and .net/CLI
Jeremy, This has nothing to do with LLVM or VMKit... but if you're interested: I've been working on a light-weight JVM called Avian ( http://oss.readytalk.com/avian/). It has a fast JIT compiler (that produces moderately good code, but no optimization). It doesn't have any .NET support currently, but given the deep similarities between .NET and Java, I think it wouldn't be a monumental task to add support. I've been looking for an excu...