[cfe-dev] preventing bitcast in generated code

Jochen Wilhelmy j.wilhelmy at arcor.de
Tue May 11 02:21:26 PDT 2010


> No.  These are memory sizes.  Memory is always in units of bytes.
>    

Ok, having getBoolWidth and getBoolAlign 8 matches the
"i1:8:8" part of the description string. But is it possible that i1 
instead of i8 is used
for the bool type? According to "i1:8:8" this still should be one byte 
but the difference
is that the resulting code doesn't need to care about bit 1 to 7.

-Jochen




More information about the cfe-dev mailing list