[LLVMdev] LLVM bytecode portability

xavier llvmdev at yahoo.com
Thu Feb 24 21:15:05 PST 2005


Hi,
 
I have some questions about LLVM
 
Since it is available in several and different platforms like Intel x86, PowerPc and Sparc, how do you handle the differences between these platforms in your bytecode?
 
For example, Can a bytecode generated under MacOS run in the LLVM version under Linux x86? How do you handle things like little endian / big endian? How do you handle the difference in pointer sizes: Sparcs' 64 bit pointers and Intel x86 32 bits pointers?
 
Thanks for your help

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050224/48bfeca7/attachment.html>


More information about the llvm-dev mailing list