Has anyone done any comparisons of bitcode vs native code (.o) in terms of size? TIA. Reed
sebald.ziegler.maillist at ikolus.de
2013-Dec-14 12:06 UTC
[LLVMdev] bitcode vs native code
On Friday, December 13, 2013 23:15:45 reed kotler wrote:> Has anyone done any comparisons of bitcode vs native code (.o) in terms > of size? > > TIA. > > Reed > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdevmaybe http://llvm.org/pubs/2003-10-01-LLVA.ps -> page 10 is what you are looking for. Sebald
On 12/14/2013 04:06 AM, sebald.ziegler.maillist at ikolus.de wrote:> On Friday, December 13, 2013 23:15:45 reed kotler wrote: >> Has anyone done any comparisons of bitcode vs native code (.o) in terms >> of size? >> >> TIA. >> >> Reed >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > maybe > http://llvm.org/pubs/2003-10-01-LLVA.ps -> page 10 > is what you are looking for.Just what the doctor ordered. Awesome paper. Thanks. Reed> Sebald