mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
a266197489
This list does not provide the ability to go backwards in the list (its more of an unordered collection, stored in the shape of a list). This change means that use iterators are now only forward iterators, not bidirectional. This improves the memory usage of use lists from '5 + 4*#use' per value to '1 + 4*#use'. While it would be better to reduce the multiplied factor, I'm not smart enough to do so. This list also has slightly more efficient operators for manipulating list nodes (a few less loads/stores), due to not needing to be able to iterate backwards through the list. This change reduces the memory footprint required to hold 176.gcc from 66.025M -> 57.687M, a 14% reduction. It also speeds up the compiler, 7.73% in the case of bytecode loading alone (release build loading 176.gcc). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19956 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
.cvsignore | ||
AIXDataTypesFix.h | ||
Annotation.h | ||
CallSite.h | ||
Casting.h | ||
CFG.h | ||
CommandLine.h | ||
Compressor.h | ||
ConstantRange.h | ||
DataTypes.h.in | ||
Debug.h | ||
DOTGraphTraits.h | ||
DynamicLinker.h | ||
ELF.h | ||
FileUtilities.h | ||
GetElementPtrTypeIterator.h | ||
GraphWriter.h | ||
InstIterator.h | ||
InstVisitor.h | ||
LeakDetector.h | ||
Mangler.h | ||
MathExtras.h | ||
MutexGuard.h | ||
PassNameParser.h | ||
PatternMatch.h | ||
PluginLoader.h | ||
SlowOperationInformer.h | ||
StableBasicBlockNumbering.h | ||
SystemUtils.h | ||
ThreadSupport-NoSupport.h | ||
ThreadSupport-PThreads.h | ||
ThreadSupport.h.in | ||
Timer.h | ||
ToolRunner.h | ||
type_traits.h | ||
TypeInfo.h |