search for: 104170

Displaying 4 results from an estimated 4 matches for "104170".

Did you mean: 10170
2018 Apr 21
5
[RFC] Turn the MachineOutliner on by default in AArch64 under -Oz
...tps://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.org/pipermail/llvm-dev/2017-July/115666.html <http://lists.llvm.org/pipermail/llvm-dev/2017-July/115666.html>) [4] [RFC] PT.2 Add...
2004 Nov 25
1
Miss-aligned text in program
I'm trying to use a datavoice workstation to access a voice recording box we have. The software works fine under wine and we get resonable playback of the telephone recordings. Ie program works but. The text in alot of the screens seams to be miss horizotally aligned. This means that in the list views in the program you can only read the top half of all the characters. Has anyone got any
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
2020 Sep 01
2
[RFC] Framework for Finding and Using Similarity at the IR Level
...s for outlining identical instructions at the machine code level. This patch uses a more general concept of similarity and works at the IR Level instead. Both share the Suffix Tree data structure (see Interprocedural MIR-level outlining pass <http://lists.llvm.org/pipermail/llvm-dev/2016-August/104170.html>) to identify “outlinable” code sequences within a module. The framework could also be extended to encompass the Machine Outliner, so a MachineCodeSimilarityIdentifier that feeds the MachineOutliner could be used rather than having all of the functionality inside the one MachineOutliner pa...