Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace the macro list with a hash table. #282

Merged
merged 1 commit into from Dec 2, 2018
Merged

Replace the macro list with a hash table. #282

merged 1 commit into from Dec 2, 2018

Commits on Dec 2, 2018

  1. Replace the macro list with a hash table.

    This removes the last use of stringpair and along with it more manual
    memory management and C-era linked list code. There is no performance
    difference because, amazingly, there was a tiny open-coded lookup cache
    in the macro code. Go figure.
    dvander committed Dec 2, 2018
    Copy the full SHA
    fe953b3 View commit details
    Browse the repository at this point in the history