[LLVMdev] Newbie Enquiry
Peter Ashford
peter at siliconcoach.com
Wed Aug 18 15:35:02 PDT 2004
Reid Spencer wrote:
>Yes, that's right!
>
>In fact, shortly the process of doing that will get easier with the
>llvmc (compiler driver) tool that I'm working on. You write your
>compiler to generate either bytecode or LLVM assembly and a
>
>
Does that mean the front end must decide between emiting bytecode for
interpretting/JITing and LLVM assembly for native compilation? You
can't emit the one kind of output for either end target (interpretted
bytecode or native compilation)?
>configuration file. The rest of it (optimization, linking, codegen) can
>be done with existing LLVM tools. If you later want to include those
>features in your compiler, you can (via the C++ interface) and just
>reconfigure your compiler's configuration file.
>
>Welcome to LLVM, Peter!
>
>
Thanks :o)
More information about the llvm-dev
mailing list