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

Reduce ID creation #2403

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Reduce ID creation #2403

wants to merge 3 commits into from

Conversation

nobu
Copy link
Member

@nobu nobu commented Aug 27, 2019

  • parse.y (dsym_node): make a symbol by rb_str_intern directly,
    instead of rb_intern_str via ID2SYM, to reduce ID creation.

* parse.y (dsym_node): make a symbol by rb_str_intern directly,
  instead of rb_intern_str via ID2SYM, to reduce ID creation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant