<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Giving a bit of background and motivation would be good here.   What
    are you trying to accomplish and why?<br>
    <br>
    Philip<br>
    <br>
    <div class="moz-cite-prefix">On 07/28/2014 04:16 PM, John Kåre
      Alsaker wrote:<br>
    </div>
    <blockquote
cite="mid:CADjnDZeqg6xnTZ_jxgnnVrpqH6hN9e_aHNJaNj7AbY+0V1t1iQ@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi, I want to add a stack probe function attribute
        which would insert stack probes on all platforms, not just
        Windows. This will be useful for Rust since it must guarantee
        that the stack can't overflow, which it currently abuses the
        segmented stack support for. I'm not sure which kind of
        attribute is appropriate here. It must be added to the caller
        when inlined and clients of LLVM should be able to tell if code
        generation supports it. I would like some tips on how to
        implement this.</div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
LLVM Developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a class="moz-txt-link-freetext" href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a>
<a class="moz-txt-link-freetext" href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>