[cfe-dev] Any ABI implications with TargetInfo
AlisdairM(public)
public at alisdairm.net
Sat Jul 11 06:20:44 PDT 2009
Adding support for char16_t/char32_t will require adding 4 new data members to TargetInfo, for size and alignment respectively. Are there any layout requirements I should be aware of when adding data members to existing structures? Should I append these new fields to the end of the current protected members? Or insert them where they seem most appropriate, probably immediately following the wchar_t fields?
AlisdairM
More information about the cfe-dev
mailing list