[PATCH] D14346: Reduce size of MCRelaxableFragment

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 14:49:40 PST 2015


echristo added a subscriber: echristo.
echristo added a comment.

This seems like it could also be solved by keeping a cache on the MCTargetMachine that the mips guys are working up rather than on the context like this. Then we could just use a pointer to the cache location?

Thoughts?

-eric


http://reviews.llvm.org/D14346





More information about the llvm-commits mailing list