Displaying 13 results from an estimated 13 matches for "sequester".
Did you mean:
requester
2009 May 22
0
[LLVMdev] Arm port
...using SelectionDAGs and the TableGen tool and it's
> domain-specific language.
>
> Start by looking at llvm/lib/Target/ARM/ARMInstrInfo.td and seeing how
> the basic instructions are matched. For armv7/armv7a, a new file will
> want to be created similar to how ARMInstrVFP.td is sequestered.
OK, I've got enough to go on with, and I'm getting ready right now to begin
reading the dragon book, but one question bothers me regarding the present setup
of llvm: the use of the present Makefile tools (dmake & gmake). I was rather
surprised to find that a project that is bent t...
2012 May 11
2
[LLVMdev] LLVM library versionitis
...C" linkage (no namespaces).
An ideal solution would be to have a build-time 'configure' option for everything to be wrapped in a namespace, and for all the "C" symbols to have names that incorporated versions, or even more generally, an arbitrary prefix that could completely sequester the symbols needed by an app or plugin. This is obviously a big operation, not an easy fix.
Can I convince anybody else of the wisdom of this for future LLVM releases?
Alternately, and/or in the mean time, does anybody have suggestions for me about how to deal with the very real problem I have a...
2009 May 21
6
[LLVMdev] Arm port
...election is
done in LLVM using SelectionDAGs and the TableGen tool and it's
domain-specific language.
Start by looking at llvm/lib/Target/ARM/ARMInstrInfo.td and seeing how
the basic instructions are matched. For armv7/armv7a, a new file will
want to be created similar to how ARMInstrVFP.td is sequestered.
deep
On Thu, May 21, 2009 at 2:40 PM, Chuck Robey <chuckr at telenix.org> wrote:
> Christophe Avoinne wrote:
>> Hi,
>>
>> - Cortex-A8 needs a specific instruction scheduler as dual issue forces
>> you to interleave some instructions to allow to run two instruct...
1997 Jul 19
3
Security question
Given the following situation:
I have 2 different home directories. If a user logs on to 'home directory
1', can that particular user browse into 'home directory 2' or other
directories?
The reason for this question is that I need a server on which can be
accessed by the corporate staff and by the personel. However, the personel
may not be able to gain acces to financial and
2015 Jan 16
4
[LLVMdev] Howdy + GIT
> On Jan 16, 2015, at 3:26 AM, Erik de Castro Lopo <mle+cl at mega-nerd.com> wrote:
>
> As for all the reason why the LLVM project does not use Git, I wonder
> why large complex projects like the Linux kernel, Wine, MinGW-w64,
> GHC and many many others don't seem to have any major problems using
> Git.
Lots of projects are also happy with Mercurial, or BZR, or even
2004 Dec 29
2
So what if I can't dial out ... or in ... Asterisk just blows my mind!
I subscribed to this list for about two months before I began posting, so I've
got a buttload of email to sift through ... I'm doing this BEFORE I flood the
list with my inane questions ...
But here goes:
I read a reply from one guy to another about recording. The message included
this context from extensions.conf:
[recordings]
exten => 500,1,Festival('Please record your
2012 May 11
0
[LLVMdev] LLVM library versionitis
...nkage (no namespaces).
>
> An ideal solution would be to have a build-time 'configure' option for everything to be wrapped in a namespace, and for all the "C" symbols to have names that incorporated versions, or even more generally, an arbitrary prefix that could completely sequester the symbols needed by an app or plugin. This is obviously a big operation, not an easy fix.
>
> Can I convince anybody else of the wisdom of this for future LLVM releases?
>
> Alternately, and/or in the mean time, does anybody have suggestions for me about how to deal with the very r...
2009 May 21
0
[LLVMdev] Arm port
...using SelectionDAGs and the TableGen tool and it's
> domain-specific language.
>
> Start by looking at llvm/lib/Target/ARM/ARMInstrInfo.td and seeing how
> the basic instructions are matched. For armv7/armv7a, a new file will
> want to be created similar to how ARMInstrVFP.td is sequestered.
>
Just wanted to say, privately, I hugely appreciate this mail, I really want to
thank you! I'm going to see what kind of trouble I have working my way through
the Dragon book ... I know that, at school, it had a reputation of being able to
drive students completely crazy. I'm hop...
2004 Dec 09
2
Réf. : Re: "Bounties" on XEN to Windows2000 support
>> We are ready to spend more than 10.000 euros to help Xen to support
Windows
>> 2000
>I asked a Microsoft sales guy about ports of Windows and got this quote
>forwarded from the Microsoft Research guys in Cambridge
>"The XenoXP work is not currently under active development. Whilst
>there is no *technical* reason that it can''t be done (and it would
Ok
2008 Jan 29
12
listing USDT probes, if any
How do I query an application to see if it supports any USDT probe points?
2009 May 21
0
[LLVMdev] Arm port
Christophe Avoinne wrote:
> Hi,
>
> - Cortex-A8 needs a specific instruction scheduler as dual issue forces
> you to interleave some instructions to allow to run two instructions in
> the same cycle for the best performance (Cortex-A9 is out-of-order so
> dual issue is not an issue (!) for performance).
> - Cortex-A8/A9 have several useful new instructions : for instance,
2009 May 21
2
[LLVMdev] Arm port
Hi,
- Cortex-A8 needs a specific instruction scheduler as dual issue forces
you to interleave some instructions to allow to run two instructions in
the same cycle for the best performance (Cortex-A9 is out-of-order so
dual issue is not an issue (!) for performance).
- Cortex-A8/A9 have several useful new instructions : for instance, bit
operations like bitfield insertion/extraction or having
2012 Oct 16
1
Migrating a LV backed guest
I have a KVM VM that's backed by a logical volume on local disk.
I'd like to copy / move it to an identically configured host.
[root at virt2 cquinn]# virsh migrate --copy-storage-all --verbose --persistent node1.www qemu+ssh://10.102.1.11/system
error: Unable to read from monitor: Connection reset by peer
How should I effectively troubleshoot this? Am I misunderstanding how virsh