[LLVMdev] Requesting Feedback on my LLVM How-To
Justin Holewinski
justin.holewinski at gmail.com
Thu Jan 10 14:21:05 PST 2013
On Thu, Jan 10, 2013 at 8:25 AM, Rick Mann <rmann at latencyzero.com> wrote:
> I've been writing up my experience embedding LLVM in a Cocoa app. If
> anyone would like to see it and give feedback, I'd appreciate it. It's
> still not finished, but the first part is there:
>
> http://roderickmann.org/stuff/LLVMTut/HowToEmbedLLVMWithXcode.html
>
> If it's worthy, hopefully it'll end up in the LLVM docs.
>
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 execution
for this kind of scenario.
>
> --
> Rick
>
>
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130110/baf2f5e0/attachment.html>
More information about the llvm-dev
mailing list