search for: stacknew

Displaying 2 results from an estimated 2 matches for "stacknew".

2011 Jul 14
3
[LLVMdev] [PATCH] Segmented Stacks
...will primarily be used by managed languages; does support for varargs seem important enough in such cases? Thanks! [1] I'm working on implementing segmented stacks as a part of GSoC '11. [2] The previous discussion has concluded with a suggestion of adding three intrinsics to LLVM: llvm.stacknew, llvm.stackswitch and llvm.stackdestroy; which should be enough to allow the frontend developer to implement his or her own co-routining semantics. -- Sanjoy Das http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Adds-a-command-...
2011 Jul 14
0
[LLVMdev] [PATCH] Segmented Stacks
...ly use variable arguments, but there might be others who would find it useful. > Thanks! > > [1] I'm working on implementing segmented stacks as a part of GSoC '11. > > [2] The previous discussion has concluded with a suggestion of adding > three intrinsics to LLVM: llvm.stacknew, llvm.stackswitch and > llvm.stackdestroy; which should be enough to allow the frontend > developer to implement his or her own co-routining semantics. > > -- > Sanjoy Das > http://playingwithpointers.com > > _______________________________________________ > LLVM Develope...