]> git.ipfire.org Git - thirdparty/gcc.git/commit
Low-hanging C++-lexer speedup (PR c++/24208)
authorppalka <ppalka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jan 2016 01:06:29 +0000 (01:06 +0000)
committerppalka <ppalka@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jan 2016 01:06:29 +0000 (01:06 +0000)
commit00c8e915fbdee5633ebc4ad18da41adb96e908c0
tree2e9e77464bd247864b9c633aff892a1fcbfaa05e
parentfd41fc3bb52dbc7976bf518d585a3f5c2cd46bd2
Low-hanging C++-lexer speedup (PR c++/24208)

gcc/cp/ChangeLog:

PR c++/24208
* parser.c (LEXER_DEBUGGING_ENABLED_P): New macro.
(cp_lexer_debugging_p): Use it.
(cp_lexer_start_debugging): Likewise.
(cp_lexer_stop_debugging): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232912 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/parser.c