search for: phylosophical

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

Did you mean: philosophical
2017 Aug 17
3
[cfe-dev] Disable memset synthesis
My concern wasn't a phylosophical one but a pragmatic one. Learning about poor choices when lowering memset is probably quite useful. Having a flag that just turns off idiom recognition for it may just work around the problem. But the problem may still exist. In any case, I'm not fundamentally against such a flag but it just se...
2015 Jan 28
3
Yet another "Can I change user's SID" question
Good evening team, I have read lots of topics and posts explaining why you *shouldn't* manually change a user's SID on the databases, and I agree with the "phylosophical" reasons behind it, let's say. Now, what happens if besides all the warnings you still do it?? What else might break, considering that we are careful enough to not enter a duplicate, or obvious errors? I understand that ldbedit does not even let you do it, but that can be easily "twe...
2002 Sep 06
6
questiona about CBQ algorithm in Linux
Hi Stef and Alexey I have read some documents about CBQ algorithm from http://www.icir.org/floyd/cbq.html but still have some question about CBQ in Linux . 1. First estimator can estimate how much bandwidth already USED per class. one estimating algorithm is EWMA (exponential weighted moving average), how about Linux implemenatation about estimator? also do you have link for this algorithm? I
2017 Aug 16
2
[cfe-dev] Disable memset synthesis
On Tue, Aug 15, 2017 at 9:37 PM, Tim Northover via cfe-dev < cfe-dev at lists.llvm.org> wrote: > On 15 August 2017 at 19:38, bharathi seshadri via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > I find that GCC has an option -fno-tree-loop-distribute-patterns that > > can be used to disable memcpy/memset synthesis. I wonder if there is > > something similar