[LLVMdev] lld file format as native OS executable format

Dave Zarzycki zarzycki at apple.com
Wed May 2 10:00:55 PDT 2012


Shea,

Feasible? Sure, anything is feasible. A good idea? Not really. The internal lld file format is an _intermediate_ data structure designed to make creating the final executable straightforward and fast. It isn't designed to be an executable format itself. In fact, the reason why linkers can often be slow is because the intermediate and final object file formats are conflated.

davez


On May 2, 2012, at 8:29 AM, Shea Levy <shea at shealevy.com> wrote:

> Hello,
> 
> Would it be feasible to use the internal lld file format as the native 
> executable format for an OS? Are there performance or space 
> considerations that would make this a poor choice?
> 
> Cheers,
> Shea Levy
> 
> P.S. please CC me on replies, I'm not subscribed.
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list