[LLVMdev] Exception Table Padding Change
Bill Wendling
wendling at apple.com
Fri Feb 5 17:44:23 PST 2010
On Feb 5, 2010, at 4:00 PM, Duncan Sands wrote:
> Hi Bill,
>
>> It looks like your goal is to keep the 32-bit pointers in the call-site table 4-byte aligned. Here is another solution, instead of having two labels at the start of the LSDA (with pad bytes between them), have no pad bytes and instead use an unnormalized uleb128 for the call-site table length. By unnormalized, I mean one with leading zeros. For instance, instead of:
>
> this sounds like a good idea to me.
>
Great! Thanks, Duncan. :-)
-bw
More information about the llvm-dev
mailing list