search for: ordina

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

Did you mean: ordinal
2005 Mar 14
2
[LLVMdev] Linking LLVM code with LLVM
Excuse the long post, Chris Lattner wrote: > On Fri, 11 Mar 2005, Marc Ordinas i Llopis wrote: > >> Sorry if this is obvious. >> I'm trying to link LLVM-generated code with LLVM itself, and don't >> know how to do it. Just as a little test, I've tried compiling the >> example HowToUseJIT.cpp using llvm-g++, but I get tons of errors. &...
2005 Mar 11
2
[LLVMdev] Linking LLVM code with LLVM
...ious. I'm trying to link LLVM-generated code with LLVM itself, and don't know how to do it. Just as a little test, I've tried compiling the example HowToUseJIT.cpp using llvm-g++, but I get tons of errors. Is there an easy way of doing this? Has anyone tried it before? Thanks, Marc Ordinas i Llopis | Tragnarion Studios
2005 Mar 16
0
[LLVMdev] Linking LLVM code with LLVM
On Mon, 14 Mar 2005, Marc Ordinas i Llopis wrote: > Finally, I tried first generating the .o (bytecode) file, and then linking > got me the same result. > > So, I'm really stuck here. Is there a way of linking LLVM-produced code with > LLVM? Has anyone tried it before? I guess I don't really understand wh...
2005 Mar 13
0
[LLVMdev] Linking LLVM code with LLVM
On Fri, 11 Mar 2005, Marc Ordinas i Llopis wrote: > Sorry if this is obvious. > I'm trying to link LLVM-generated code with LLVM itself, and don't know how > to do it. Just as a little test, I've tried compiling the example > HowToUseJIT.cpp using llvm-g++, but I get tons of errors. > > Is there an...
2002 May 18
0
Importante!
.... Tutto accuratamente tradotto o scritto direttamente in italiano. (N. B. Ci? che riceverai ti sar? utile anche fuori dal Sistema e nella vita di tutti i giorni!). Ora segui attentamente le istruzioni che ti porteranno a tuo sicuro Successo. Prepara 5 buste da lettera e 5 banconote da 5 euro per ordinare i 5 utili e preziosi Report fondamentali per il Successo del Sistema. Per il TUO Successo! Per qualsiasi ragione, non spedire MAI moneta, solo banconote, altrimenti dovrai pagare una tariffa postale maggiore, dovuta al peso. Per evitare che i soldi spediti vengano intercettati e rubati, da due a...
2004 Oct 22
6
[LLVMdev] Some question on LLVM design
...osal I've seen (http://nondot.org/sabre/LLVMNotes/CustomCallingConventions.txt) keeps this high level. What are the difficulties in having low level transfer control operations, with explicitly managed arguments, saving registers, etc? Well, that's all for now. Thanks in advance, Marc Ordinas i Llopis | Tragnarion Studios
2012 Oct 25
2
Small issue with "submission host"
Hi everyone, I'm facing a small issue with the lda/lmtp "submission_host" feature in dovecot 2.0.14. When sending mail to MTA (in case of sieve filter forwarding for example), dovecot pass a RCPT TO command just after the EHLO. He's missing the MAIL FROM command. Therefore, my MTA show me a warning like this : "improper command pipelining after EHLO". How can i
2004 Oct 25
2
[LLVMdev] Some question on LLVM design
...t is that you are looking to express that isn't captured by the > `call' instruction? > Tail calls, closures, continuations, lazy allocation... Basically I'm trying to see how am I going to implement high-level functions on LLVM. > Hope that helps, Certainly, thanks! Marc Ordinas i Llopis | Tragnarion Studios
2004 Oct 25
1
[LLVMdev] Some question on LLVM design
...mpile times), I'm not sure what > your approach would give. Care to elaborate? > Right now, I'm just trying to think on how I'm going to map our language features on LLVM, to see if we can use it as our back-end with as little modification as possible. Thanks everyone, Marc Ordinas i Llopis | Tragnarion Studios
2004 Oct 23
0
[LLVMdev] Some question on LLVM design
On Fri, Oct 22, 2004 at 03:18:00PM +0200, Marc Ordinas i Llopis wrote: > I'm currently looking at LLVM as a possible back-end to a dynamic > programming system (in the tradition of Smalltalk) we are developing. Neat! > I have read most of the llvmdev archives, and I'm aware that some > things are 'planned' but not implem...
2004 Oct 24
0
[LLVMdev] Some question on LLVM design
On Fri, 22 Oct 2004, Marc Ordinas i Llopis wrote: > Hi everybody, Hi! > I'm currently looking at LLVM as a possible back-end to a dynamic > programming system (in the tradition of Smalltalk) we are developing. I Very cool! > have read most of the llvmdev archives, and I'm aware that some things > are ...
2004 Oct 26
0
[LLVMdev] Some question on LLVM design
On Mon, 25 Oct 2004, Marc Ordinas i Llopis wrote: > Misha Brukman wrote: > >>1. Opcodes and intrinsics > >> > > That's not really correct. The intrinsics such as llvm.frameaddress and > > llvm.returnaddress have no equivalents in LLVM opcodes -- the meaning of > > the intrinsics is speci...