Displaying 2 results from an estimated 2 matches for "lzle".
Did you mean:
lyle
2015 Apr 17
3
[LLVMdev] RFC: Indirect Call Promotion LLVM Pass
...iver 100 times.
The input for ICP pass:
LLVM IR including IC metadata, (future) function entry count metadata
The output:
Modified LLVM IR with modified indirect call sites. Selected indirect call
targets are promoted and inline hint attributes are added subject to
heuristics.
2. Aigner & Hölzle-based heuristics
------------------------------------
We've implemented two heuristics from this paper [1].
a. Hot call site heuristic: only consider for promotion a call site which
contribution (profile count) is more than 0.1% of the total count of all
indirect calls executed during the prof...
2012 Jul 20
2
Target: following file symlinks?
Dear all,
I am trying to synchronize data from a remote machine (ssh) to my local
one using rsync (pure scp would overwrite everything every time). The
problem is, however, that due to the size of data and available storage, I
have to distribute it over several hdd's. For that I have a script, which
moves every single file (typical size ~ 4GB) to a different (randomly
selected) hdd, leaving