diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-23 01:33:32 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-11-23 10:29:57 +0100 |
| commit | ab89ef6aa7b8fef0eb410949c86a25e55586a972 (patch) | |
| tree | 29839f84eb3a109a74ef9d8480e4a41683b0f487 /makefile.patch | |
| parent | 01757e5ac9324948ca64a4cf512352b09956a8fa (diff) | |
Get rid of _next_token() and _peek_token()
These are pretty hot. Inline them to save a few % of parsing time.
They're pretty simple anyway.
_tokens_i was initialized to -1 to simplify the _next_token()
implementation. With _next_token() gone, initialize it to 0 instead,
which simplifies some other code.
Diffstat (limited to 'makefile.patch')
0 files changed, 0 insertions, 0 deletions
