search for: tp55122p55174

Displaying 2 results from an estimated 2 matches for "tp55122p55174".

2013 Feb 19
0
[LLVMdev] Passes for object memory footprint / data-direction
Hi Sebastian, On 18/02/13 19:02, Sebastian Dreßler wrote: > Hal, > > On 02/18/2013 06:33 PM, Hal Finkel wrote: > [...] > >>> In the past months we were working on two LLVM passes which use >>> data objects of functions as input. One pass computes the >>> "data-direction" (FORTRAN users know this as intent) of the >>> object, i.e.
2013 Feb 18
2
[LLVMdev] Passes for object memory footprint / data-direction
Hal, On 02/18/2013 06:33 PM, Hal Finkel wrote: [...] >> In the past months we were working on two LLVM passes which use >> data objects of functions as input. One pass computes the >> "data-direction" (FORTRAN users know this as intent) of the >> object, i.e. whether it is read-only, write-only or read-write. The >> second pass injects code into the LLVM