<html><body bgcolor="#FFFFFF"><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); "><span>+cl::opt<std::string> FlagJumpTableSection("jumptable-section",</span><br><span>+                                           cl::init(".data.jtab"));</span><br><span>+</span></span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.289062); -webkit-composition-fill-color: rgba(175, 192, 227, 0.222656); -webkit-composition-frame-color: rgba(77, 128, 180, 0.222656);"><br></span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.226562); -webkit-composition-frame-color: rgba(77, 128, 180, 0.226562);">Is this necessary? Why not just put it in the normal data section?</span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.289062); -webkit-composition-fill-color: rgba(175, 192, 227, 0.222656); -webkit-composition-frame-color: rgba(77, 128, 180, 0.222656);"><br></span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.226562); -webkit-composition-frame-color: rgba(77, 128, 180, 0.226562);">Also "outline" jumptable seems like a strange term. Can you think of something else?</span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.289062); -webkit-composition-fill-color: rgba(175, 192, 227, 0.222656); -webkit-composition-frame-color: rgba(77, 128, 180, 0.222656);"><br></span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.226562); -webkit-composition-frame-color: rgba(77, 128, 180, 0.226562);">Thanks,</span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.289062); -webkit-composition-fill-color: rgba(175, 192, 227, 0.222656); -webkit-composition-frame-color: rgba(77, 128, 180, 0.222656);"><br></span></div><div><span class="Apple-style-span" style="font-family: Times; font-size: 16px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.292969); -webkit-composition-fill-color: rgba(175, 192, 227, 0.226562); -webkit-composition-frame-color: rgba(77, 128, 180, 0.226562);">Evan<br></span><br>Sent from my iPhone</div><div><br>On Jun 2, 2009, at 6:26 PM, robert muth <<a href="mailto:robert@muth.org">robert@muth.org</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div><span>Hi:</span><br><span></span><br><span>This is my first patch submission. Hopefully, this is the proper the protocol.</span><br><span>Attached is a patch for the llc ARM backend:</span><br><span></span><br><span>Added mechanism to generate switch table in a data section</span><br><span>rather than having it interleaved with the code.</span><br><span>This is controlled by command line flags and off by default.</span><br><span>Also, tried to document and improve the code where I modified it.</span><br><span></span><br><span>Robert</span><br></div></blockquote><blockquote type="cite"><div><llc.patch.txt></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>LLVM Developers mailing list</span><br><span><a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu"><a href="http://llvm.cs.uiuc.edu">http://llvm.cs.uiuc.edu</a></a></span><br><span><a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a></span><br></div></blockquote></body></html>