Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
ELF/InputFiles.h | ||
---|---|---|
132 | unsigned -> size_t. It is better to write a comment about the number. (The offset in .dynsym for a symbol.) | |
ELF/OutputSections.cpp | ||
615 | You want to update this comment (it no longer reserve strings.) | |
1348 | Can you describe the background why we have HashIt? Particularly, about the fact that we do uniquify strings only for local symbols and why. |
Comment Actions
I will implement the other suggestions in a second.
ELF/InputFiles.h | ||
---|---|---|
132 | This is st_name, which is Elf_Word, so always 32 bits. |
unsigned -> size_t.
It is better to write a comment about the number. (The offset in .dynsym for a symbol.)