SPRU514 (original version) has section 6.15 Compiler Limits which lists a table that has various limits, such as "inline assembly string length (132 characters)" and "nesting of struct/union/prototype declarations".
SPRU514C does not include this table. Does that mean that since SPRU514 and SPRU514C the compiler has been rewritten to solve these limitations (other than host memory limitations)? Or is there a missing table?