Changeset 75254

Timestamp:
Nov 2, 2011, 7:58:11 AM (11 years ago)
Author:
Daniel James
Message:

Quickbook: Only create the syntax highlighter keywords once.

Symbol tables are really expensive to create, so share between all
instances of cpp_highlight and python_highlight. It would be better
to create all the grammars just once, but that's trickier as they're quite
stateful and they're not nearly as expensive as the symbol tables.

(No files)

Note: See TracChangeset for help on using the changeset viewer.