]> sourceware.org Git - systemtap.git/commit
Optimize string usage in the lexer
authorJosh Stone <jistone@redhat.com>
Thu, 9 Jul 2009 19:43:00 +0000 (12:43 -0700)
committerJosh Stone <jistone@redhat.com>
Thu, 9 Jul 2009 23:17:14 +0000 (16:17 -0700)
commit66c7d4c1a4147bc05abd1e69f41ec9d59685c433
tree73f601be5d41f897fafff9e94f3b51c4359af78c
parentc145b9cb053a1275865302d23fb3072143534fc8
Optimize string usage in the lexer

This speeds up the parsing stage >2x, mostly by minimizing string
construction and comparison where char comparison will do.
parse.cxx
parse.h
This page took 0.028846 seconds and 5 git commands to generate.