aboutsummaryrefslogtreecommitdiff
path: root/tcc-doc.texi
diff options
context:
space:
mode:
authorMichael Matz <matz@suse.de>2016-10-09 02:41:34 +0200
committerMichael Matz <matz@suse.de>2016-12-15 17:49:56 +0100
commit8859dc9e6d56e1d0f1d4eb4302a360899ec17c7d (patch)
treea600c602f6298f1f4094373180078135c5cb4d6e /tcc-doc.texi
parentd815a0f658273d2226f0d89601fd477969f60d68 (diff)
downloadtinycc-8859dc9e6d56e1d0f1d4eb4302a360899ec17c7d.tar.gz
tinycc-8859dc9e6d56e1d0f1d4eb4302a360899ec17c7d.tar.bz2
Support large alignment requests
The linux kernel has some structures that are page aligned, i.e. 4096. Instead of enlarging the bit fields to specify this, use the fact that alignment is always power of two, and store only the log2 minus 1 of it. The 5 bits are enough to specify an alignment of 1 << 30.
Diffstat (limited to 'tcc-doc.texi')
0 files changed, 0 insertions, 0 deletions