search for: c2ae1e33

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

2013 Jan 10
0
[LLVMdev] Requesting Feedback on my LLVM How-To
...e process so a seg fault won't bring down the entire application. > > > -- > Rick > > > > -- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130110/c2ae1e33/attachment.html>
2013 Jan 10
2
[LLVMdev] Requesting Feedback on my LLVM How-To
On Jan 10, 2013, at 14:21 , Justin Holewinski <justin.holewinski at gmail.com> wrote: > That's a very nice start! Do you plan on sandboxing the execution? It seems like just blindly executing the compiled code could easily crash the application if you have bad IR. I know that's a bit more advanced, but it would be nice to have some documentation on ways to sandbox the