search for: ondiskhash

Displaying 1 result from an estimated 1 matches for "ondiskhash".

2014 Apr 16
3
[LLVMdev] RFC: Binary format for instrumentation based profiling data
...vantage > of already existing, which makes it a pretty good candidate for a > version 1 format, IMHO. > So, I've gone and read all of it to try and get a good handle on the current state rather than dredging up memories from so many years ago. =] I can speak more confidently now. The OnDiskHashTable stuff seems perfectly fine for emitting just that - an on-disk-hash-table. However, it was never designed to support long-lived file formats in that form. The use in serialized ASTs is specifically not supporting a long-term file format. The biggest issue there is endianness, and I see you'...