search for: wouldnot

Displaying 6 results from an estimated 6 matches for "wouldnot".

Did you mean: wouldn't
2013 Jul 30
3
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...The compiler always generates safe object files (unless there is inline code with non-local labels) and always sets the flag. Hand written assembly files did not have the flag by default, but savvy assembly programmers can set it. > We could set this flag for ELF too in the ELF header, but it wouldnot not confirm to the ELF ABI. > > To account safe sections, we should just create an additional section in the ELF (gcc creates a lot many sections to handle executable stack and for LTO). This would just be another section to dictate what sections are safe. Or just create a new empty section...
2013 Jul 29
0
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...ot;. The compiler always generates safe object files (unless there is inline code with non-local labels) and always sets the flag. Hand written assembly files did not have the flag by default, but savvy assembly programmers can set it. We could set this flag for ELF too in the ELF header, but it wouldnot not confirm to the ELF ABI. To account safe sections, we should just create an additional section in the ELF (gcc creates a lot many sections to handle executable stack and for LTO). This would just be another section to dictate what sections are safe. Isnt it better to have this flag set for...
2013 Jul 31
0
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...compiler always generates safe object files (unless there is inline code with non-local labels) and always sets the flag. Hand written assembly files did not have the flag by default, but savvy assembly programmers can set it. >> We could set this flag for ELF too in the ELF header, but it wouldnot not confirm to the ELF ABI. >> >> To account safe sections, we should just create an additional section in the ELF (gcc creates a lot many sections to handle executable stack and for LTO). This would just be another section to dictate what sections are safe. > Or just create a new em...
2013 Jul 29
4
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
On Jul 25, 2013, at 2:10 PM, Rui Ueyama wrote: > Is there any reason -ffunction-sections and -fdata-sections wouldn't work? If it'll work, it may be be better to say "if you want to get a better linker output use these options", rather than defining new ELF section. >From my understanding, -ffunction-sections is a good semantic match. But it introduces a lot of bloat in
2013 Jul 31
1
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...ere is inline code with non-local labels) and always >>>> sets the flag. Hand written assembly files did not have the flag by >>>> default, but savvy assembly programmers can set it. >>>> >>> We could set this flag for ELF too in the ELF header, but it wouldnot >>> not confirm to the ELF ABI. >>> >>> To account safe sections, we should just create an additional section in >>> the ELF (gcc creates a lot many sections to handle executable stack and for >>> LTO). This would just be another section to dictate what...
2013 Jul 31
4
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
...ere is inline code with non-local labels) and always >>>> sets the flag. Hand written assembly files did not have the flag by >>>> default, but savvy assembly programmers can set it. >>>> >>> We could set this flag for ELF too in the ELF header, but it wouldnot >>> not confirm to the ELF ABI. >>> >>> To account safe sections, we should just create an additional section in >>> the ELF (gcc creates a lot many sections to handle executable stack and for >>> LTO). This would just be another section to dictate what...