Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Event Timeline
| ELF/InputSection.cpp | ||
|---|---|---|
| 459–461 | I think you want to remove "That means ..." part because it doesn't describe the behavior of this function. | |
| 502 | Why don't you store relocation indices to section pieces? It would be better than having parallel arrays. | |
| ELF/MarkLive.cpp | ||
| 99 | Please write a function comment why you needed this function (e.g. why .eh_frame needs special treament). | |
I think you want to remove "That means ..." part because it doesn't describe the behavior of this function.