Question: has anybody heard of an LLVM->JVM bytecode translator? Or a Java-to-LLVM compiler? Seems like there might be some synergy there, to my untrained eye....
Ted Neward Java, .NET, XML Services Consulting, Teaching, Speaking, Writing http://www.tedneward.com > -----Original Message----- > From: [email protected] [mailto:jvm- > [EMAIL PROTECTED] On Behalf Of Szegedi Attila > Sent: Wednesday, November 07, 2007 9:23 AM > To: [email protected] > Subject: Re: [gabble] Kaleidoscope: Implementing a Language with LLVM > > > THANK YOU!!! > > Seriously, sometimes timing of things is just unbelievable... I'm > recently toying with implementing a native Mac OS X app, and it'd need > to be able to generate code for fastest possible calculation of user- > supplied mathematical formulae. I've been looking at the LLVM (since > it ships in Leopard anyway) last friday, but it was a bit hard to get > the initial grasp on it. And then, five days later, this message pops > up here. Guess I'm lucky :-) > > Attila. > > > On 2007.11.07., at 17:44, David Pollak wrote: > > > This isn't directly applicable to the JVM, but I thought you guys > > might be interested. > > > > ---------- Forwarded message ---------- > > From: Chris Lattner < [EMAIL PROTECTED]> > > Date: Nov 7, 2007 8:41 AM > > Subject: [gabble] Kaleidoscope: Implementing a Language with LLVM > > To: [EMAIL PROTECTED] > > > > > > Hi All, > > > > I whipped up a little tutorial on implementing languages with LLVM. > > > > It starts out rudimentary (writing a lexer and recursive descent > > parser), then talks about adding LLVM codegen support, hooking in the > > JIT, adding optimizations, etc: > > > > http://llvm.org/docs/tutorial/ > > > > Thoughts and comments appreciated, > > > > -Chris > > > > http://llvm.org > > > > > > > > > > > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.15.24/1115 - Release Date: > 11/7/2007 9:21 AM > No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.15.28/1123 - Release Date: 11/10/2007 3:47 PM --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
