search for: filedownloadforinstitutionalitem

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

2014 Mar 19
2
[LLVMdev] Interprocedural Block Placement algorithm, challenges and opportunities
...cted optimization pass, which currently works for basic block reordering and function reordering. It very effectively improves the speedup (we could improve Python by 30%). The profiling method is window based context sensitive which is based on reference affinity ( https://urresearch.rochester.edu/fileDownloadForInstitutionalItem.action?itemId=28368&itemFileId=143426 ) The pass works in the IR level. Therefore, it may lose some information during the machine code optimization passes and perform imprecisely for BB reordering. Eventually, I would like to see the improve for an interprocedural basic block reordering pass...