[llvm-commits] [PATCH 0/5] Reduce memory usage for phi operands

Jay Foad jay.foad at gmail.com
Tue Jun 21 05:57:18 PDT 2011


> If you're interested in another project, PR1324 would be another great memory reduction for apps with lots of strings and tables.

This bug is about using a more compact representation of
ConstantArrays of ConstantInts. I think it will be easier to do this
for integers of a few pre-defined widths (i8. i16, i32, i64, maybe
even i1), rather than trying to handle arbitrarily wide integers. Does
this seem reasonable?

Thanks,
Jay.



More information about the llvm-commits mailing list