diff options
author | Pavel Labath <labath@google.com> | 2018-02-09 10:06:56 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2018-02-09 10:06:56 +0000 |
commit | 062eb53781e6b00ed02ac2c1ae3a77a6db08b94d (patch) | |
tree | 55b8add341eba31fdfa6ad8e808281b9c56a287f /llvm/lib/CodeGen/LiveDebugVariables.cpp | |
parent | a1181312ea94446f23b20ca78a0dcd96348fe7de (diff) | |
download | llvm-062eb53781e6b00ed02ac2c1ae3a77a6db08b94d.zip llvm-062eb53781e6b00ed02ac2c1ae3a77a6db08b94d.tar.gz llvm-062eb53781e6b00ed02ac2c1ae3a77a6db08b94d.tar.bz2 |
[CodeGen] Optimize AccelTable
Summary:
The class contained arrays of two structures (DataArray and HashData).
These structures were in 1:1 correspondence, and one of them contained
pointers to the other (and *both* contained a "Name" field). By merging
these two structures into one, we can save a bit of space without
negatively impacting much of anything.
Reviewers: JDevlieghere, aprantl
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D43073
llvm-svn: 324724
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.cpp')
0 files changed, 0 insertions, 0 deletions