1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Let's be more accurate [ci skip]

This commit is contained in:
Takashi Kokubun 2020-12-23 23:06:40 -08:00
parent 176b75747c
commit e44a8bd791
No known key found for this signature in database
GPG key ID: 6FFC433B12EE23DD

View file

@ -660,7 +660,7 @@ Excluding feature bug fixes.
* Always generate appropriate code for `==`, `nil?`, and `!` calls depending on
a receiver class.
* Reduce the number of VM register accesses on branches and method returns.
* Reduce the number of PC accesses on branches and method returns.
* Optimize C method calls a little.