EricWF added a comment.

I think I'm starting to understand but I think the correct fix for this would 
be to fix function so that:

1. It aligns its buffer by alignof(void*).
2. It doesn't stick over-aligned types in the small object buffer.

Point two can probably be done without an ABI break, but point one will break 
the ABI.


http://reviews.llvm.org/D12247



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to