search for: lobotomi

Displaying 12 results from an estimated 12 matches for "lobotomi".

Did you mean: lobotomy
2010 Feb 26
2
[LLVMdev] RegisterScavenging on targets without subregisters
No, I wasn't having a management lobotomy moment. If the target's registers have no subregisters, SubUsed is false and the assert gets tripped. Ok, back to the original question: What was the original intent in this code (lines 186-193 in lib/CodeGen/RegisterScavenging.cpp)? -scooter On Thu, Feb 25, 2010 at 7:00 PM, Scott Michel <scooter.phd at gmail.com> wrote: > Ugh.
2010 Feb 26
0
[LLVMdev] RegisterScavenging on targets without subregisters
Ugh. Management lobotomy kicked in. Need to RTFC better. On Thu, Feb 25, 2010 at 6:18 PM, Scott Michel <scooter.phd at gmail.com> wrote: > There's an assert at line 192, lib/CodeGen/RegisterScavenging.cpp that > appears to get tripped on targets that don't have subregisters defined: > > bool SubUsed = false; > for (const unsigned *SubRegs =
2010 Feb 26
2
[LLVMdev] RegisterScavenging on targets without subregisters
There's an assert at line 192, lib/CodeGen/RegisterScavenging.cpp that appears to get tripped on targets that don't have subregisters defined: bool SubUsed = false; for (const unsigned *SubRegs = TRI->getSubRegisters(Reg); unsigned SubReg = *SubRegs; ++SubRegs) if (isUsed(SubReg)) { SubUsed = true; break; }
2010 Feb 26
0
[LLVMdev] RegisterScavenging on targets without subregisters
Scott Michel skrev: > No, I wasn't having a management lobotomy moment. If the target's registers have > no subregisters, SubUsed is false and the assert gets tripped. > > Ok, back to the original question: What was the original intent in this code > (lines 186-193 in lib/CodeGen/RegisterScavenging.cpp)? You beat me to it :). A simple bypass (patch attached) does at
2008 May 07
0
api swap
Hello, I''m trying the mapstraction library and the swap method. i noticed some strange behavior when swapping from api to another. Here is my page test url http://labomedia.lobotomie.org/~maps/mapstraction/un.html and the trange things : swapping to google is ok ( *but marker disappear* ) *swapping to yahoo don''t work* *swapping mapquest give me a components error in firebug* : * uncaught exception: [Exception... "Component returned failure code: 0x80004003 (N...
2007 Dec 07
1
scp -t - revisited
Thanks to J.P. I now have a better understanding of how scp really works. I haven't uncovered any dark secrets, or unintended capabilities, I just prevented scp from sending the proper commands via ssh to the remote server. In essence, I gave scp a lobotomy or short-circuit. Either way, it's useful and gives me the desired effect. I don't know if anyone else would find this
2013 Apr 16
0
confusion about term prefixes
I am confused about using term prefixes for omega searches. There are a number of term prefixes that are reserved and used by omindex. In order to use those for searching with omega, do I need to use the $setmap{} function in the omega template or are the reserved ones built in? -- Chris Purves Visit my blog: http://chris.northfolk.ca "I can't have a lobotomy just because I've
2007 Jul 03
2
link anchor targets?
Is there any way to pursuade markdown to create HTML link anchor targets? -- Make April 15 just another day, visit http://fairtax.org
2002 Mar 15
1
Key Pair Conversion Openssh => SSH2
On Thu, Mar 14, 2002 at 12:12:20PM -0800, Bob Smith wrote: > i find it amusing that the OpenBSD web site states on the main index page > "Our efforts emphasize portability, standardization,...." but by not > following standards like secsh's key format you're failing according to > your own goals. This is not exactly the truth. You have to consider your user base
2004 Aug 06
1
vorbiscomments in speexenc
Hi, The Speex reference refers to the Vorbis comment format to define the comment header: http://www.xiph.org/ogg/vorbis/doc/v-comment.html However, speexenc violates that format in a couple of ways: 1. it doesn't append a "framing bit" to the end of the comments packet. According to the Vorbis comment spec, an ERROR must be flagged when decoding such a
2010 Feb 26
3
[LLVMdev] RegisterScavenging on targets without subregisters
Kalle: Your patch is similar to what I'd coded (and am testing, which means a couple of hours before I consider committing). Other than cosmetic changes and changing 'NULL' to '0' (it's an integer list, after all). This patch now causes new problems in the CellSPU backend (more stqd's and lqd's), so I have to investigate those before committing the patch.
2010 Mar 24
21
ZFS on a 11TB HW RAID-5 controller
Hello all, I am a complete newbie to OpenSolaris, and must to setup a ZFS NAS. I do have linux experience, but have never used ZFS. I have tried to install OpenSolaris Developer 134 on a 11TB HW RAID-5 virtual disk, but after the installation I can only use one 2TB disk, and I cannot partition the rest. I realize that maximum partition size is 2TB, but I guess the rest must be usable. For