search for: sanks

Displaying 20 results from an estimated 28 matches for "sanks".

Did you mean: sands
2012 Feb 25
3
[LLVMdev] Missed optimization on array initialization
Prompted by a SO post (http://stackoverflow.com/questions/9441882/compiler-instruction-reordering-optimizations-in-c-and-what-inhibits-them/9442363) I checked and found that LLVM yields the same (seemingly) suboptimal code as MSVC. Consider the following, simplified, C snippet: extern void bar(int*); void foo(int a) { int ar[100] = {a}; if (a) return; bar(ar); }
2010 Aug 29
0
Multiple geometry, selections and georss
Hello- I have not used Mapstraction yet, and am new to geographic display software. I just sank sank several frustating Firebug-hours into another open source toolkit and am casting about for alternatives. Please tell me how to use Mapstraction for a particular use case.. The use case is a map of places with lines to the nearest surrounding places. I would like to just show all of the places.
2012 Feb 25
0
[LLVMdev] Missed optimization on array initialization
On Feb 25, 2012, at 3:17 AM, Carlo Alberto Ferraris wrote: > Prompted by a SO post (http://stackoverflow.com/questions/9441882/compiler-instruction-reordering-optimizations-in-c-and-what-inhibits-them/9442363) I checked and found that LLVM yields the same (seemingly) suboptimal code as MSVC. > Consider the following, simplified, C snippet: > extern void bar(int*); > > void
2012 Feb 25
1
[LLVMdev] Missed optimization on array initialization
On Feb 25, 2012, at 10:32 AM, Chris Lattner <clattner at apple.com> wrote: > > On Feb 25, 2012, at 3:17 AM, Carlo Alberto Ferraris wrote: > >> Prompted by a SO post (http://stackoverflow.com/questions/9441882/compiler-instruction-reordering-optimizations-in-c-and-what-inhibits-them/9442363) I checked and found that LLVM yields the same (seemingly) suboptimal code as MSVC.
2016 Nov 09
4
RFC: Killing undef and spreading poison
> On 11/8/2016 3:32 PM, Sanjoy Das wrote: >> Hi Nuno, Chandler, >> >> Nuno Lopes via llvm-dev wrote: >> > This program stores 8 bits, and leaves the remaining 24 bits >> > uninitialized. It then loads 16 bits, half initialized to %v, half >> > uninitialized. SROA transforms the above function to: >> > >> > define i16 @g(i8 %in) {
2008 May 05
7
iscsi conn error: Xen related?
Hello all, I got some severe iscsi connection loss on my dom0 (Gentoo 2.6.20-xen-r6, xen 3.1.1). Happening several times a day. open-iscsi version is 2.0.865.12. Target iscsi is the open-e DSS product. Here is a snip of my messages log file: May 5 16:52:50 ying connection226:0: iscsi: detected conn error (1011) May 5 16:52:51 ying iscsid: connect failed (111) May 5 16:52:51 ying iscsid:
2016 Dec 07
4
Killing undef and spreading poison
>> 1) a bit in the output is poison if flipping any set of poison bits >> in the >> input may yield different values for the output bit. > > This is the definition I'd expect. > >> For example (bitwise notation): >> ppp * 000 == 000 (since flipping any of the poison bits cannot yield >> a >> result other than zero) >> 00p + 00p == 0pp
2020 Sep 29
2
Re-sieve emails
Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing? (For example, when editing the sieve file for my list account I introduced a typo, so a hundred or some list messages ended up in the inbox instead of filed properly into the maildir hierarchy. Not a huge deal, as it was simple enough to move them manually, but it got me
2007 Apr 18
0
[Bridge] Re: Please help with bridge
...> +-----+ > | > virtuarl if > > virtual if mast be visible from network with its own macaddress > and can be able to get IP by DHCP (dhcpcd) from any network > > I need this very much. > Sanks What kind of virtual interface? The bridge code expects the devices in the bridge to behave like linux ethernet devices.
2009 Mar 19
2
It is possible to run Linux Firefox from app in Wine?
I am running "The Dude" under wine. It is monitoring software, which can run any custom command for any monitored device, by simple right click. It work perfectly fine on windows. You can run RDP or SSH clients, and automaticly pass them user name, IP address, or even password by configuring internal Dude variable in custom command settings. Which I want to do, is create bat script,
2001 Mar 07
1
missing textures with counterstrike?
I finally got my halflife running (don't ask how...it just decided to work for some reason). Anyway there's a couple problems: first off once cstrike loads and I'm in the game, there's a lot of missing textures. Also any status area around the screen with text is just a yellow-shaded kinda transparent box. I'm using NVidia drivers on a geforce 256 (elsa erazor x if it
2011 Apr 09
0
Didn't think only blank
Really so far I can't so sank Gently told himself Even so, or fate do yourself www.ebuybus.com
2011 Jul 03
1
gta vice city not starting
hello to everybody. i'm using wine-1.2.2 on ubuntu 11.04. i've some troubles making the game start: when i write on terminal "wine gta-vc.exe" nothing happens, while if i press ctrl+c the game window comes out and it says me "unhandled exception: c000013a At address: 68000830". note that before updating to natty narwhal and reinstalling wine from application manager [as
2013 May 02
0
Newbie has some questions and thoughts!
Hello, I'm a programmer coming back into the mix, over the last couple of months I've been watching over Linux and OpenGL, CL Programming and have been setting my eyes over which open source project to contribute to. I'm mostly into systems programming and I been out of the game so much that while I'm researching the newest internet technologies like Ajax, JavaFX, typescript..
2020 Sep 29
2
Re-sieve emails
On 29 Sep 2020, at 01:21, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: >> On 29/09/2020 09:09 @lbutlr <kremels at kreme.com> wrote: >> Is it possible to take the contents of a mailbox and feed them to the account's .active_sieve file for reprocessing? > You can use imap sieve refilter. https://doc.dovecot.org/configuration_manual/sieve/plugins/imapfilter_sieve/
2001 Mar 03
1
halflife & wine
Well I've read all the docs/howtos for this and it's still not working for me. Everytime I try to do a 'wine hl.exe' it gives me the good ol' opengl is not supported on this device error. Nothing in the wine console. This is with build 20010112 (and also a very recent one...forget which). I did the enable-opengl configure flag. I'm trying to run it on a mandrake
2009 Sep 01
1
[LLVMdev] llc - generation of native machine code
----- Original Message ---- > From aaronngray.lists at googlemail.com Mon Jul 27 15:14:40 2009 > From: aaronngray.lists at googlemail.com (Aaron Gray) > Date: Mon, 27 Jul 2009 21:14:40 +0100 > Subject: [LLVMdev] llc - generation of native machine code > > > On Mon, Jul 27, 2009 at 8:25 AM, Rudskyy<tema13tema at yahoo.de> wrote: > > > But now I am looking for
2023 Jan 15
3
return value of {....}
I wonder if the real confusino is not R's scope rules? (begin .) is not Lisp, it's Scheme (a major Lisp dialect), and in Scheme, (begin (define x ...) (define y ...) ...) declares variables x and y that are local to the (begin ...) form, just like Algol 68. That's weirdness 1. Javascript had a similar weirdness, when the ECMAscript process eventually addressed. But the real
2009 Jul 27
3
[LLVMdev] llc - generation of native machine code
Hello! I am working with LLVM project to compile for specific processor (xPEC-processor from NetX chip, http://hilscher.com/ ). I have done support of this target successfully! Assembler code can be emitted with debug information. LLVM - great!) But now I am looking for generation of machine code for my target. I have seen, that "llc" has option "-filetype". It has
2008 Jul 29
4
Migrating RHEL 3 to Centos 5.2 - has Adaptec 2400a RAID
Greetings all. I'm new to the mailing list. Hope to get to know many of you. I'll jump right in with a recent project. I have a machine with RHEL WS 3 - Taroon; plus dual boot to Win 2000 Pro. The RAID card is Adaptec's 2400A w/128 megs cache, running RAID 10 on 4 WD's. I want to migrate to 5.2 Centos and wipe the NTFS partition. I have the 5.2 Centos DVD. Anyone see any