search for: whys

Displaying 20 results from an estimated 29 matches for "whys".

Did you mean: why
2010 Jun 26
2
[LLVMdev] IRBuilder<>::CreateCall, CreateCall2, CreateCall3, ...
Hey guys, Whys are there like 5 variants of CreateCall in IRBuilder<> with numbers appended to them? The only difference I can see is the number of arguments. Aren't C++ function overloads be suited for this? Félix
2010 Jun 26
0
[LLVMdev] IRBuilder<>::CreateCall, CreateCall2, CreateCall3, ...
On Jun 25, 2010, at 6:24 PM, Félix Cloutier wrote: > Hey guys, > > Whys are there like 5 variants of CreateCall in IRBuilder<> with numbers appended to them? The only difference I can see is the number of arguments. Aren't C++ function overloads be suited for this? An overload could work, but this sort of API makes it more obvious which one you're trying...
2012 Oct 02
1
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...transformation". Locking it with > target machine's OpenMP runtime calls from the very beginning is not > the best way to acheive these goals. Same with physical registers -- > this must be the reason why they invented virtual ones several decades > ago. Sure, I understand the whys of the proposal and I understand that intrisics can be valuable. I don't want to lose the low-level nature of LLVM and these proposals (not just parallelization, but GPU IR, eval-style inline bitcode, etc.) are starting to feel like mission-creep. That's all. I'm not forcibly objecti...
2011 Feb 02
2
slightly off topic...
i'm sorry to bother but... sometimes theres an attachment in the posts on the list, a single file called: Teil 1.2 whys that? i dont want to open it to find out, as i have used computers before ;) therefore i suspect it to be either some security problem OR to be the alternative HTML version that is claimed to have been deleted. any light-shedding would be appreciated!
2010 Jun 13
2
Warcraft graphics are glitchy
...Black under players and npcs and Bugged textures for player armor and skin [Image: http://img149.imageshack.us/img149/3918/screenshot1wj.png ] http://img149.imageshack.us/img149/3918/screenshot1wj.png Lagg Game laggs rly bad, like as if i was in icc 25, but in reality im in the middle of tanaris. Whys that? tyty guys[/b]
2016 Feb 03
1
CentOS 7, NSF, "feature"
...et in /etc/systemd/system/nginx.service.d called custom.conf or network.conf or something. This has the benefit as well of working nicely with systemctl cat and systemd-delta. 2) You just need a systemctl daemon-reload after this not reenable. 3) The network targets situation is detailed (and the whys of it) in the systemd.special man page.
2007 Oct 05
4
have_xml_tag
Hi Was just using have_tag on an xml response and found the problem outlined and resolved here http://weblog.jamisbuck.org/2007/1/4/assert_xml_select Just wondered if there is any support in rspec? Cheers Shane Shane Mingins ELC Technologies (TM) PO Box 247 Santa Barbara, CA 93102 Phone: +64 4 568 6684 Mobile: +64 21 435 586 Email: smingins at elctech.com AIM: ShaneMingins Skype:
2007 Oct 10
4
gregexpr (PR#9965)
Full_Name: Peter Dolan Version: 2.5.1 OS: Windows Submission from: (NULL) (128.193.227.43) gregexpr does not find all matching substrings if the substrings overlap: > gregexpr("abab","ababab") [[1]] [1] 1 attr(,"match.length") [1] 4 It does work correctly in Version 2.3.1 under linux.
2012 Aug 05
1
BIG changes to kernel module
Hey all, I've just pushed a major rework/rewrite of the Nouveau kernel module to git[1]. Details of the whys and what-nots of the rework are in the various commit messages. At this point don't expect any exciting cool functionality, the work so far is merely a restructure to allow moving forward on a number of fronts in the future. I expect that for a while there will be a *lot* of stupid typos/thin...
2015 Feb 02
0
hello world
...set options at: > http://www.zytor.com/mailman/listinfo/syslinux > FWIW, most wiki pages I have mentioned in this email thread were written targeting common users. For example the "Library modules" wiki page uses language and terms for common users, and it includes the "whys" and the "wheres". This page answers (or at least tries to) some of the issues that common users have with c32 dependency modules, independently of the bootloader variant (since the matter is, indeed, relevant for c32 modules and not dependent on which Syslinux variant is being u...
2015 Feb 02
2
hello world
Hi, As someone who just recently came to the Syslinux project, with a different agenda but still a Syslinux noob maybe I can add my perspective. The Doc/Wiki makes perfect sense from a DEVELOPERS point of view, but I think the point here is maybe from a USERS point of view not so much. Even approaching syslinux with the purpose of building a custom .c32 module and leveraging the core syslinux
2000 Sep 26
1
mp3info like tool ?
is there yet a tool cmdline compatible to mp3info "ogginfo" ;-) If not i would write one because I use mp3info very often and some nice tools I use do too (mp3c - is on freshmeat) I took a look at the src and I think the best would be to do this based on vorbiscomment - right ? PS: i am not subscribed to the ML (yet) -- email karme@unforgettable.com IRC Karme HP
2005 Mar 25
27
Sendmail vs. Postfix
...sider Postfix, mostly due to ''other available programs and tie ins''. It does seem however in the last year or so, Postfix is being supported by most of those ''others''. So, let the emails fly... Postfix vs. Sendmail.. I''d like to hear a good input on the whys and whynots of each. I might just take the dive and it seems EL 4 is a good dividing line for so many other apps, maybe I should do this as well. Best, John Hinton <hoping he is not forever hated for starting this one> :)
2005 Dec 07
3
ActiveRecord::Observer problem
Hi all, I have a problem with an observer. I have a simple observer... class ActivityObserver < ActiveRecord::Observer observe Customer def after_create(model) bind_params(model) @al.action = "create" @al.save logger "#{model.id} : created" end private def bind_params(model) @al = ActivityLog.new @al.user_id = User.current.id
2012 Oct 02
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
Hi David, Thank you for your comments. Basically, I agree with Hal's answers -- nothing substantial to add to what he already said. As for > Again, I only skimmed the document, but I was left with the question, > "why not just make calls to runtime routines?" Granted, this is the easiest and cheapest way to support OpenMP... that throws away the whole notion of
2012 Sep 04
9
Module critique
I''ve gotten an install of solr working, but it''s pretty much a hack job at the moment. If y''all could give me your thoughts on how to improve my setup, I''d appreciate it. apache-tomcat is an rpm of Tomcat 7 that references the oracle jdk instead of openjdk. Thanks. class solr { service { ''iptables'' : ensure =>
2012 Oct 02
2
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
Hal Finkel <hfinkel at anl.gov> writes: Hi Hal, > As you may know, this is the third such proposal over the past two > months, one by me > (http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-August/052472.html) This link seems to be broken. I missed your earlier proposal and would like to read it. As with this proposal, I fear any direct parallelization support in LLVM is going to
2016 Feb 02
4
CentOS 7, NSF, "feature"
In the last month, we've discovered a new, ahhhh, "feature" in the version of the version of NFS with CentOS 7: on startup, if it cannot resolve a given host, it dies. It does not continue on up, with all the other hosts it's exporting to, and just log a message. Is there a workaround, or a configuration, to change this "fail on unresolved host" behaviour? mark
2012 Oct 02
1
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
On Mon, 01 Oct 2012 20:06:20 -0500 greened at obbligato.org wrote: > Andrey Bokhanko <andreybokhanko at gmail.com> writes: > > > Hi All, > > > > We'd like to make a proposal for OpenMP representation in LLVM IR. > > I'm providing some brief comments after a skim of this.. > > > Our goal is to reach an agreement in the community on a simple,
2014 Nov 18
1
Previously, on the Compiz Saga.. Pending Response!
...rather ignore it. History has shown us this. Again, why is the code bad? Also, you did not ignore it. You reverted it. If there was this big of a problem that needed a full commit revert, you should have attempted to contact the author and provided you have contact with them, explain the hows and whys of what they did wrong and how it can be fixed. Now instead working on more important things, I'm spending time responding to this thread trying to figure out what is so wrong with this code that it requires reverting. > This is a way to do peer review. I happen to be the expert on eZoom,...