This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
This patch shrinks lang_decl from 40 to 32 bytes (on an ILP32 machine).
You'll notice that this limits the size of objects that can be thunked to 262144 bytes, that is the largest object the standard says a system need support. Mark, Jason, if you think this should be made larger let me know. There are still some spare bits, but I do have plans for them :)
-- Mark Mitchell CodeSourcery, LLC mark@codesourcery.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |