search for: merciless

Displaying 20 results from an estimated 25 matches for "merciless".

Did you mean: mercilessly
2001 Jul 29
0
I'd rather consume mercilessly than meet with Dickie's usable PGP.
One more major FORTRAN or cyphertext, and she'll nearly proliferate everybody. My dry client won't keep before I post it. Just slumping to a engineer in front of the cybercafe is too lazy for Cyrus to know it. Who did Edna wash near all the mouses? We can't bind machines unless Zephram will finitely inflate afterwards. Where will we annoy after Elizabeth propagates the usable
2019 Dec 17
2
RFC: Safe Whole Program Devirtualization Enablement
...ss LTO visibility. > It is common to override a virtual functions across shared library boundaries I'm myself a fan of GCC's conservative approach so I'd agree with you on that. But regardless of my personal opinions, LLVM already optimizes normal functions in shared libraries (thus mercilessly breaking overrides via LD_PRELOAD, etc.) and I don't see how virtual functions are any different. I think default LLVM behavior needs to be consistent for all inter-procedural optimizations (be it inlining, devirtualization or cloning). Maybe it's time to resurrect Hal's -fsemantic-i...
2007 Apr 11
1
Re: [Xapian-commits] 8181: trunk/xapian-bindings/ trunk/xapian-bindings/python/
...test failures harder, since the line numbers reported may be different in the version they're using (and the exact version is frequently not mentioned in initial problem reports). It'll also be easier to keep the different language versions of the smoketest in step if we resist the urge to mercilessly refactor them individually... Cheers, Olly
2010 Sep 07
0
[LLVMdev] More DIFactory questions - still stumped
...or not. When you build a inlined subprogram, you don't know whether you'll see a out of line definition of this function or not. etc... - DwarfDebug must be able to handle malformed debug info gracefully and make best out of whatever is fed. This is because, optimizer may have chewed on IR mercilessly and optimizer must not be influenced by presence of encoded debug info in IR. - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100907/891f72d1/attachment.html>
2010 Oct 10
2
[LLVMdev] More DIFactory questions - still stumped
...ild a inlined subprogram, you don't know whether you'll > see a out of line definition of this function or not. etc... > - DwarfDebug must be able to handle malformed debug info gracefully and > make best out of whatever is fed. This is because, optimizer may have chewed > on IR mercilessly and optimizer must not be influenced by presence of > encoded debug info in IR. > > - > Devang > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101010/6f4b961e/attachment.htm...
2010 Sep 07
2
[LLVMdev] More DIFactory questions - still stumped
On 7 September 2010 16:49, Devang Patel <dpatel at apple.com> wrote: > Your recent changes mentioned below would change correctness of debug info, > but it would unlikely to impact structure of DWARF generated. And somehow, > this structure is invalid in your case. I was hoping for a quick-fix on the assumptions of DwarfDebug about Subprograms' MDNodes, but it might be
2010 Oct 11
0
[LLVMdev] More DIFactory questions - still stumped
...bprogram, you don't know whether you'll >> see a out of line definition of this function or not. etc... >> - DwarfDebug must be able to handle malformed debug info gracefully and >> make best out of whatever is fed. This is because, optimizer may have chewed >> on IR mercilessly and optimizer must not be influenced by presence of >> encoded debug info in IR. >> >> - >> Devang >> > > > > -- > -- Talin > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/p...
2003 Mar 24
1
Ogg Traffic for March 24, 2003
...harfi 2. Recent Developments 2.1. Speex goes 1.0, Xiph.org goes 501(c)3 2.2. New Icecast2 Binary for Win32 [2]Previous Issues of Ogg Traffic 1. Status Updates 1.1. Monty Monty committed lots of libogg2 changes, and subjected the functions for byte-aligned access to merciless unit tests, which they passed with flying colors. 1.2. Stan Seibert Stan's work on positron is moving along nicely. He is making good progress on the part that parses the on-device database. 1.3. Michael Smith Mike fixed a few small icecast bugs, and he found some time to work a...
2009 Jun 30
0
[LLVMdev] Mismatched caller/callee + unreachable
If you have been wondering why the verifier doesn't reject calls and callees with mismatched calling convs, any why the optimizer mercilessly deletes them, there is a new FAQ here: http://llvm.org/docs/FAQ.html#callconvwrong -Chris
2019 Dec 17
1
RFC: Safe Whole Program Devirtualization Enablement
(cc list this time) Hi Teresa, Apologies if this has been discussed before but ... > The LTO visibility of a class is derived at compile time from the class’s symbol visibility. > Generally, only classes that are internal at the source level (e.g. declared in an anonymous namespace) receive hidden LTO visibility. > Compiling with -fvisibility=hidden tells the compiler that, unless
2014 Feb 12
0
[PATCH net 1/3] kref: add kref_sub_return
...ter to the function that will clean up the object when the + * last reference to the object is released. + * This pointer is required, and it is not acceptable to pass kfree + * in as this function. If the caller does pass kfree to this + * function, you will be publicly mocked mercilessly by the kref + * maintainer, and anyone else who happens to notice it. You have + * been warned. + * + * Subtract @count from the refcount, and if 0, call release(). + * Return the new refcount. Beware, if this function returns > N, you still + * can not count on there being at leas...
2019 Dec 18
2
RFC: Safe Whole Program Devirtualization Enablement
...It is common to override a virtual functions across shared library > boundaries > > I'm myself a fan of GCC's conservative approach so I'd agree with you on > that. But regardless of my personal opinions, LLVM already optimizes normal > functions in shared libraries (thus mercilessly breaking overrides via > LD_PRELOAD, etc.) and I don't see how virtual functions are any different. > I think default LLVM behavior needs to be consistent for all > inter-procedural optimizations (be it inlining, devirtualization or > cloning). > > Maybe it's time to res...
2010 Oct 11
2
[LLVMdev] More DIFactory questions - still stumped
...ot. When you build a inlined subprogram, you don't know whether you'll see a out of line definition of this function or not. etc... > - DwarfDebug must be able to handle malformed debug info gracefully and make best out of whatever is fed. This is because, optimizer may have chewed on IR mercilessly and optimizer must not be influenced by presence of encoded debug info in IR. > > - > Devang > > > > -- > -- Talin > > > > -- > -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/piperm...
2014 Feb 12
4
[PATCH net 0/3] vhost fixes for 3.14, -stable
This fixes a deadlock with vhost reported in the field, as well as a theoretical race issue found by code review. Patches 1+2 are needed for stable. Thanks to Qin Chuanyu for reporting the issue! Michael S. Tsirkin (3): kref: add kref_sub_return vhost: fix ref cnt checking deadlock vhost: fix a theoretical race in device cleanup include/linux/kref.h | 33
2014 Feb 12
4
[PATCH net 0/3] vhost fixes for 3.14, -stable
This fixes a deadlock with vhost reported in the field, as well as a theoretical race issue found by code review. Patches 1+2 are needed for stable. Thanks to Qin Chuanyu for reporting the issue! Michael S. Tsirkin (3): kref: add kref_sub_return vhost: fix ref cnt checking deadlock vhost: fix a theoretical race in device cleanup include/linux/kref.h | 33
2004 May 12
8
New tutorial added!
Hey guys, It''s been awhile, but I''ve put up a new tutorial page on Wx::Frame. It''s the first half of the tutorial on Frame, the rest will come a little later. Let me know what you guys think. Any comments or criticisms are welcome. Let me know what was good and what could have been better, so that future tutorials will be able to incorporate those improvements.
2011 Jul 06
4
upsclient high level API and Java wrapping
Hi all, on proposal by Arnaud Quette and sponsored by Eaton, I will work on a port on Java of client, discovery and config API. As I have already suggested (mail of 2011-06-14 of this ml), instead of developping another port of nut protocol, I suggest to develop a higher level API in C/C++ uppon existing upsclient, inspirated by existing C-based tools and python and perl rewrites. The second
2015 Oct 14
4
RFC: Introducing an LLVM Community Code of Conduct
On Wed, Oct 14, 2015 at 6:32 AM Krzysztof Parzyszek via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On 10/14/2015 8:22 AM, Joachim Durchholz via llvm-dev wrote: > > > > Stop possible future harrassment before it can happen. > > > > It's a legitimate concern actually. > > CoC is not going to stop or prevent any harassment. Do you have any data to
2004 Aug 06
0
Advertisement
...Jody about receiving ''junk mail''. I made fun of the whole thing, spouting my knowledge of the population and percentages involved. I ''knew'' it wouldn't work. Jody totally ignored my supposed intelligence and few days later she jumped in with both feet. I made merciless fun of her, and was ready to lay the old ''I told you so'' on her when the thing didn't work. Well, the laugh was on me! Within 3 weeks she had received 50 responses. Within the next 45 days she had received total $ 147,200.00 ......... all cash! I was shocked. I have joined Jod...
2004 May 29
1
prerelease of the Postfish
...case where others have achieved clearly better results than I would, and thus I plan to use the best available to me. 5) This code is just now seeing light of day. It is probably *full* of simple bugs. I'm confident in the audio pipeline itself (I've hammered on it mercilessly) but there's certainly many UI interconnection bugs left to find. 6) Everyone knows a release requires documentation. There is no documentation. >>>> There's no documentation!? Not yet; good documentation requires effort and time. That said, if read the...