OSDN Git Service

Documented the removal of alignment in version 4 bytecode files (version 3
authorReid Spencer <rspencer@reidspencer.com>
Tue, 17 Aug 2004 07:43:43 +0000 (07:43 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 17 Aug 2004 07:43:43 +0000 (07:43 +0000)
commitcf549e1f32cbeb19bcb846320a8ff0226dd9d3cb
tree62c4acc28806db2778444a33d2fc49669d51a153
parent07a73755d365af178050d3945c9c3dcdf2576ea0
Documented the removal of alignment in version 4 bytecode files (version 3
was released with LLVM 1.3). Alignment of fields can add severe size to
certain kinds of functions (those with lots of long format instructions) so
we decided to do away with alignment altogether in this bc version.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15874 91177308-0d34-0410-b5e6-96231b3b80d8
docs/BytecodeFormat.html