[ruby-cvs:78616] 7f5014e6e8 (master): rely on sorted compiled binary array.
"Koichi Sasada" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Koichi Sasada 2019-12-11 15:45:23 +0900 (Wed, 11 Dec 2019)
New Revision: 7f5014e6e8
https://github.com/ruby/ruby/commit/7f5014e6e8
Log:
rely on sorted compiled binary array.
`builtin_binary` is sorted by miniruby loading order and this
loading order should be same on ruby. So we can believe sorted
order of `builtin_binary` on boot time.
Modified files:
builtin.c