mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
8ef30bcc04
This value should either be pinned, or looked up when needed at runtime. Without pinning, the GC may move the encoding object, and that could cause a crash. In this case it is easier to find the value at runtime, and there is no performance penalty (as Ruby caches encoding indexes). We can shorten the code, be compaction friendly, and incur no performance penalty. |
||
---|---|---|
.. | ||
fbuffer | ||
generator | ||
lib | ||
parser | ||
depend | ||
extconf.rb | ||
json.gemspec | ||
VERSION |