[LLVMdev] patch for llc/ARM: added mechanism to move switch tables from .text -> .data; also cleanup and documentation

Eli Friedman eli.friedman at gmail.com
Tue Jun 2 18:40:28 PDT 2009


On Tue, Jun 2, 2009 at 6:26 PM, robert muth<robert at muth.org> wrote:
> This is my first patch submission. Hopefully, this is the proper the protocol.

This is fine, although it's usually better to submit patches to llvm-commits.

> Added mechanism to generate switch table in a data section
> rather than having it interleaved with the code.
> This is controlled by command line flags and off by default.

When would you want the flag on?  When would you want the flag off?

-Eli



More information about the llvm-dev mailing list