Displaying 1 result from an estimated 1 matches for "gloy".
Did you mean:
glob
2012 Mar 13
0
[LLVMdev] About Implementation of Pettis-Hansen's / Gloy's Code Layout Transformation in LLVM
...the open source projects list of the LLVM site; I saw "code
layout" is a transformation that can be worth looking at as it will use of
profiles (possibly path profiles).
So I was thinking of implementing either Pettis-Hansen's (Profile guided
code positioning, Pettis & Hansen) or Gloy's (Procedure Placement Using
Temporal-Ordering Information, Gloy, Smith) procedure placement algorithm
in LLVM because first of all I have not seen any implementation of it in
LLVM till** and second, these are the classic procedure placement
algorithms.
So I would like to get some advice from...