search for: druthers

Displaying 3 results from an estimated 3 matches for "druthers".

Did you mean: crothers
2016 Mar 18
1
Trouble installing C7
...live CD into a PC several years old, and ran it without trouble for several days. Then I told it to install itself to the hard drive. That took kind of a while (perhaps because the machine is behind a KVM switch with three others?), but eventually told me it had finished. I rebooted. Given my druthers, I would now run Yumex, deleting as many as I could of all the things I never use. Then I'd update from whatever version is on the CD to the current one. But I get errors, trying to run Yumex or to install it (both as root), saying "Could not resolve host: mirrorlist.centos.org"...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...de it available to the register allocator. This works if we can initialize GP at the entry of every function, as we do now, but will not otherwise. Yes that's fine as long as it works for our triple. I'm not quite sure how that would work out. Our target is bare-metal mips. If I had my druthers we would freely use GP as well, but we have some vendor-provided libraries that rely on it not getting whacked. Maybe someday I can go in and rebuild all that stuff, but it's definitely a future project for us. -- Carl > > On Wed, Aug 15, 2012 at 10:17 PM, Carl Norum <carl at lytr...
2012 Aug 17
2
[LLVMdev] MIPS & GP register
(forwarding to llvm-dev) ---------- Forwarded message ---------- From: Akira Hatanaka <ahatanak at gmail.com> Date: Fri, Aug 17, 2012 at 2:35 PM Subject: Re: [LLVMdev] MIPS & GP register To: Carl Norum <carl at lytro.com> Will something like this fix the problem? if (!Subtarget.isLinux()) { reserve GP and GP_64 } To improve code, we have stopped reserving GP as a dedicated