c-enable-xemacs-performance-kludge-p

c-enable-xemacs-performance-kludge-p is a variable defined in `cc-vars.el'.
Its value is
nil


Documentation:
*Enables a XEmacs only hack that may improve speed for some coding styles.
For styles that hang top-level opening braces (as is common with JDK
Java coding styles) this can improve performance between 3 and 60
times for core indentation functions (e.g. `c-parse-state'). For
styles that conform to the Emacs recommendation of putting these
braces in column zero, this can degrade performance about as much.
This variable only has effect in XEmacs.

You can customize this variable.