Displaying 2 results from an estimated 2 matches for "427044c0".
2010 Sep 22
0
[LLVMdev] Stack roots and function parameters
...for those won't bloat the code so badly.
But having to copy every single load of a non-local variable into a
temporary is a nightmare.
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100921/427044c0/attachment.html>
2010 Sep 20
2
[LLVMdev] Stack roots and function parameters
So I've managed to get my stack crawler working and passing its unit tests -
this is the one I've been working on as an alternative to shadow-stack: it
uses only static constant data structures (no global variables or
thread-local data), which means that it's fully compatible with a
multi-threaded environment.
One question that has arisen, however, is what to do about function