Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/ELF/
-
trunk/
-
ELF/
-
InputFiles.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D12605
[ELF2] Don't allocate more SymbolBodies than needed.
Closed
Public
Authored by
davide
on Sep 3 2015, 1:14 PM.
Download Raw Diff
Details
Reviewers
•
rafael
Bigcheese
Commits
rG34812ba25821: [ELF2] Don't allocate more SymbolBodies than needed.
rLLD246802: [ELF2] Don't allocate more SymbolBodies than needed.
rL246802: [ELF2] Don't allocate more SymbolBodies than needed.
Summary
We're aiming at not wasting space, but let's try to do it properly (hopefully).
Diff Detail
Repository
rL LLVM
Event Timeline
davide
updated this revision to
Diff 33966
.
Sep 3 2015, 1:14 PM
davide
retitled this revision from
to
[ELF2] Don't allocate more SymbolBodies than needed.
.
davide
updated this object.
davide
added reviewers:
•
rafael
,
Bigcheese
.
davide
added a subscriber:
llvm-commits
.
•
rafael
edited edge metadata.
Sep 3 2015, 1:19 PM
•
rafael
added a subscriber:
•
rafael
.
Comment Actions
LGTM. Thanks!
Closed by commit
rL246802: [ELF2] Don't allocate more SymbolBodies than needed.
(authored by
davide
).
·
Explain Why
Sep 3 2015, 1:27 PM
This revision was automatically updated to reflect the committed changes.