Re: llvm-gcc
Re: llvm-gcc
- Subject: Re: llvm-gcc
- From: Brent Gulanowski <email@hidden>
- Date: Mon, 7 Sep 2009 16:09:15 -0400
I don't think you can execute the intermediate code (bitcode). According to the slides in one of the presentations on the llvm site, bitcode allows optimization across object files at link time. The linker then performs the last step of converting the bitcode into native executable code. I haven't heard anything about a runtime virtual machine, and Mac OS X won't know how to run llvm bitcode on its own. But maybe I missed that info somewhere.
On Mon, Sep 7, 2009 at 2:53 PM, Ariel Feinerman
<email@hidden> wrote:
Hi,
I read about llvm, if I understand (if not, tell me) llvm can compile
two file types: a native binary and an intermediate, that uses JIT
compilation. My question:
is the way to point to behavior and if resulting inter code is
managed, how does it work without Xcode (i e virtual machine like
Java)?
--
best regards
Ariel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
--
Brent Gulanowski
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >llvm-gcc (From: Ariel Feinerman <email@hidden>) |