[LLVMdev] Exception Table Padding Change
Duncan Sands
baldrick at free.fr
Fri Feb 5 16:00:01 PST 2010
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.
Ciao,
Duncan.
More information about the llvm-dev
mailing list