search for: 1028638

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

Did you mean: 1026638
2013 Feb 18
2
[LLVMdev] Passes for object memory footprint / data-direction
Hi, 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 module that, when called at run-time, computes the memory footprint of the object. This also