search for: kaleta

Displaying 4 results from an estimated 4 matches for "kaleta".

Did you mean: paleta
2011 Jul 19
2
[LLVMdev] Heap memory allocation
I'm implementing a lazy functional language and I need to allocate nodes on the heap. From what I've read LLVM supports only the 'alloca' instruction which allows to allocate memory on the stack. Is this true and and if so, what is the preferred way to solve my problem? -- Piotr Kaleta -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110719/48593ed6/attachment.html>
2011 Jul 25
2
[LLVMdev] Stack implementation
...ot;pointer to previous thing" and only count the number of calls to alloca instruction. Another thing is that there might be a better (less expensive or easier) way of doing the whole stack -> SSA transformation which I didn't came up with, but someone else did? Kind regards -- Piotr Kaleta -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110725/657e3e46/attachment.html>
2011 Jul 25
0
[LLVMdev] Stack implementation
Piotr Kaleta <piotrek.kaleta at gmail.com> writes: > I'm translating the source of stack-based virtual machine into LLVM IR and > my plan is to implement the stack in LLVM IR (using alloca/load/store) in > order to emulate the VM's stack and then use the optimization phase > "me...
2005 Sep 29
1
idea against hacks - help to IDS of a new generation
Hi, i just subscribed and created new email account only for this purpose, to send you an idea (or 2). ;) the problem: i have full logs of intrussions from some automats trying dictionary passwords for other dictionary logins. the status: these are some "actions" during client-server handshaking: 1. client connects 2. client waits for server feedback 3. server responds 4. client