search for: 7a9a124a

Displaying 2 results from an estimated 2 matches for "7a9a124a".

2013 Jul 31
0
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...does this work when you have debug info (which might have references to addresses within the function)? -- Richard Osborne | XMOS http://www.xmos.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130731/7a9a124a/attachment.html>
2013 Jul 25
4
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
Hi, Currently lld ties up all atoms in a section for ELF together. This proposal just breaks it by handling it differently. *This requires **NO ELF ABI changes. *_*Definitions :-*_ A section is not considered safe if there is some code that appears to be present between function boundaries (or) optimizes sections to place data at the end or beginning of a section (that contains no symbol).