Permalink
Please sign in to comment.
Browse files
Parser optimization: compare Id instances by object identity.
Id.__eq__ was near the top of the profile, so we don't want it to be implemented in Python. Also: - Count generated code correctly now that we've moved things.
- Loading branch information...
Showing
with
10 additions
and 15 deletions.
- +5 −10 core/id_kind.py
- +2 −3 core/id_kind_test.py
- +2 −1 native/fastlex_test.py
- +1 −1 scripts/count.sh
0 comments on commit
18a17ed