search for: sequestered

Displaying 13 results from an estimated 13 matches for "sequestered".

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 tow...
2012 May 11
2
[LLVMdev] LLVM library versionitis
I have a DSL that creates LLVM IR on the fly and JITs to x86 at runtime. (https://github.com/imageworks/OpenShadingLanguage) Primarily, we have a main app that uses the library that implements our DSL. But we have other usage cases in which we have written dynamically-loaded plugins to 3rd party apps that we don't control, and our plugins use our language, which necessitates linking to
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 instructio...
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
On 11.05.2012, at 21:17, Larry Gritz wrote: > I have a DSL that creates LLVM IR on the fly and JITs to x86 at runtime. (https://github.com/imageworks/OpenShadingLanguage) > > Primarily, we have a main app that uses the library that implements our DSL. But we have other usage cases in which we have written dynamically-loaded plugins to 3rd party apps that we don't control, and our
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 hopin...
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