This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

compiler limits

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?