Displaying 2 results from an estimated 2 matches for "yorld".
Did you mean:
world
2018 Apr 21
5
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
...Arch64: https://reviews.llvm.org/D45916 <https://reviews.llvm.org/D45916>
4. Teaching clang to pass -Oz/-Os down to the backend: https://reviews.llvm.org/D45917 <https://reviews.llvm.org/D45917>
*** References ***
[1] Reducing Code Size Using Outlining (https://www.youtube.com/watch?v=yorld-WSOeU <https://www.youtube.com/watch?v=yorld-WSOeU>)
[2] Original RFC (http://lists.llvm.org/pipermail/llvm-dev/2016-August/104170.html <http://lists.llvm.org/pipermail/llvm-dev/2016-August/104170.html>)
[3] [RFC] Add IR level interprocedural outliner for code size. (http://lists.llvm...
2018 Aug 02
2
New and more general Function Merging optimization for code size
Hi Hal,
Because my function merging strategy is able to merge any two function,
allowing for different CFGs, different parameters, etc.
I am unable to use just a simple hash value to compare whether or not two
functions are similar.
Therefore, the idea is to have an infrastructure which allows me to compare
whether or not two functions are similar without having traverse the two
function