search for: d12715

Displaying 4 results from an estimated 4 matches for "d12715".

Did you mean: 12715
2015 Oct 08
5
RFC: Reducing Instr PGO size overhead
...data no longer have function names > associated -- user needs to use postprocessing tool to get the functionality > 3. function filtering with partial function name is not supported > 4. Requires incompatible format change > > > Solution-2: (http://reviews.llvm.org/D12715) > > In this solution, the MD5 hash string is used to replace the raw name string > Pros: > 1. Very simple to implement > 2. have good reduction of all sizes for typical large C++ > applications > 3. No profile data format change is required....
2015 Oct 09
2
RFC: Reducing Instr PGO size overhead
...ostprocessing tool to get the >> > functionality >> > 3. function filtering with partial function name is not >> > supported >> > 4. Requires incompatible format change >> > >> > >> > Solution-2: (http://reviews.llvm.org/D12715) >> > >> > In this solution, the MD5 hash string is used to replace the raw name >> > string >> > Pros: >> > 1. Very simple to implement >> > 2. have good reduction of all sizes for typical large C++ >> > appli...
2015 Dec 09
2
RFC: Reducing Instr PGO size overhead
...tionality >>>> > 3. function filtering with partial function name is not >>>> > supported >>>> > 4. Requires incompatible format change >>>> > >>>> > >>>> > Solution-2: (http://reviews.llvm.org/D12715) >>>> > >>>> > In this solution, the MD5 hash string is used to replace the raw name >>>> > string >>>> > Pros: >>>> > 1. Very simple to implement >>>> > 2. have good reduction of all...
2015 Sep 08
2
RFC: Reducing Instr PGO size overhead
>> >> >> >> yes -- it is fixed length (8byte) blob which may include null byte in >> >> the middle. >> > >> > >> > For reference, MD5 sum is 16 bytes (128-bit): >> > https://en.wikipedia.org/wiki/MD5 >> >> yes, LLVM's MD5 hash only takes the lower 64bit. >> >> >> > >> >>