| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This allocates and reuses the following values to avoid them being constructed repeatedly: * nil.__id__ and nil.hash * true.__id__ and true.hash * false.hash (false.__id__ is already cached as a zero RubyFixnum)
* rubyString was the same deduplicated bytes and redundant. * symbolBytes was the same bytes but not deduplicated. * newShared predated fstring and was unnecessary for all uses. * getBytes can just use fstring's ByteList
* int values and finals first * Lazily initialized values at end
Cached fixnums for immediate values
| Back | FazBrowse Home | New Git URL |
See #9096.