Displaying 3 results from an estimated 3 matches for "vft".
Did you mean:
vfs
2020 Apr 02
3
RFC: dynamic_cast optimization in LTO
...llvm-dev pertaining to this optimization.<br><br>What is the optimization (TL;DR version):<br>The tranformation tries to convert a <font face="Default Monospace,Courier New,Courier,monospace">__dynamic_cast</font> function call, into an address comparison and VFT-like lookup, when the following conditions are met:<br> 1. the destination type is a leaf type, i.e. is never derived from (similar to C++ final semantics) in the entire program.<br> 2. the static type of the expression being casted is a public base (potentially multi-base and never p...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...bRj+<rgB(-3DMjNb$_Rk1=!fAgR)t1r}45z6Yv{9r_YfTDwEqyTrKly5N7{c&c
z at qwnls??lD2V~MCNMq<u3m30~QtNz^gC-Pin^z1Hh9t+Q at x{(pYc!a~w;Vw`Zo8n>
zeKZ&9KBdTBXCWm}JMjjQOlx6RP+nY;-U^m-koIka3UO__Q$ZDUHCK8gv;%t=G@;GA
zpsrS&wz*b8TMeZ`jH6D)Wk%S#Co3A%;h`;{)lLYV;n}k75a)=wme~>;9k<|ybtl!V
zCtVFTylE!KkSq!tKi)`FxueREHVDDXmT5Fu>G{<bi`i;t=XM^<6;3~B=SRs4gJk7c
zhGWUfux*l->8zw3`&CltrBNcCA%Q*_awKi8^qNe9Co7}b$`vX?iynIYNiQAg(nTVq
zB2pWBz0eDL!#ZmUTC(bpxt5l)OIUw=P0&hNY7Giu)ZtA(9~w()Vx~^UWTo5|q>s)x
zQCDZnuY{V+M9I3 at U>g>Qx6KX52%&Ob^ct8uS#x)aP4{XQIW9p<54>bVCsa(^O6...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version"
This series removes some of the really old deadwood from the tools build
and makes some other things which are on their way out configurable at
build time with a default depending on how far down the slope I judge
them to be.
* nuke in tree copy of libaio
* nuke obsolete tools: xsview, miniterm, lomount & sv
*