[PATCH] D17982: [lto] Don't lazy load metadata for now.
Mehdi AMINI via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 10:13:27 PST 2016
joker.eph added a comment.
I work on a patch that does that. But because of the way the bitcode format (and the reader) work, it is terribly intrusive.
I ended embedding all metadata in a "flat buffer" container as a pre-requisite for prototyping, and I got good results out of it.
Long term plan is really to move to a new bitcode format IMO.
http://reviews.llvm.org/D17982
More information about the llvm-commits
mailing list