X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/1979121c96ed6ae55afd2e331b30345000afa780..09ccae9b18a7c09ebf7bb8df2a18c8c4a6def248:/doc/bison.texinfo diff --git a/doc/bison.texinfo b/doc/bison.texinfo index d61d0b7f..ae3dc4b0 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -8854,6 +8854,12 @@ if needed. Also, in the future the @code{%token-table} directive might enable a public interface to access the token names and codes. +Getting a ``code too large'' error from the Java compiler means the code +hit the 64KB bytecode per method limination of the Java class file. +Try reducing the amount of code in actions and static initializers; +otherwise, report a bug so that the parser skeleton will be improved. + + @node Java Semantic Values @subsection Java Semantic Values @c - No %union, specify type in %type/%token.