mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parse.y: optimize IDs in ripper
* parse.y: optimize ripper_intern calls, ::, **, -@, +@, <=>, >=, <=, ==, ===, !=, =~, !~, <<, >>, and call. * parse.y: use initialized IDs, warn and warning. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fc9fffca1d
commit
5a277b4070
4 changed files with 43 additions and 37 deletions
|
|
@ -38,6 +38,7 @@ firstline, predefined = __LINE__+1, %[\
|
|||
to_i
|
||||
bt
|
||||
bt_locations
|
||||
call
|
||||
|
||||
_ UScore
|
||||
"/*NULL*/" NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue