search for: e9138e46

Displaying 2 results from an estimated 2 matches for "e9138e46".

2016 Jan 21
2
Need to refactor relocation handlers in ELF LLD
...w if it will be > too costly, but I will report on anything I find. > I don't know if computing the size upfront increased complexity. Was it? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160121/e9138e46/attachment-0001.html>
2016 Jan 21
3
Need to refactor relocation handlers in ELF LLD
We have fairly large and complex code to handle relocations in Writer.cpp, Target.cpp, OutputSections.cpp and InputSections.cpp. They started with simple code, but because each patch added a small piece of code to the existing one, it is becoming out of control now. For example, we have lots of entangled boolean flags in the functions that interfere with each other in an obscure fashion. Even I