On 8/21/13 7:44 PM, Graydon Hoare wrote:
Again, large amount of work to rearrange everything that uses metadata to work with this sort of thing.
This actually isn't that hard, I don't think. It's just incompatible with compression and might require hacking the LLVM ObjectFile interface a bit. I would like to try storing the metadata uncompressed and mmaping it for a disk I/O win on small crates (as it'd only access on disk what you use: an algorithmic complexity improvement!) Of course for it to be a win we need to convert resolve and coherence to use the index.
Patrick _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
