| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Chilled strings are constructed much like frozen strings, reusing the same bytelist for each new instance. But unlike frozen strings, chilled strings may still be mutated for now. We mark all such strings as having a shared ByteList to ensure that it is copied before making modifications. Fixes jruby#8861
| Back | FazBrowse Home | New Git URL |
Chilled strings are constructed much like frozen strings, reusing the same bytelist for each new instance. But unlike frozen strings, chilled strings may still be mutated for now. We mark all such strings as having a shared ByteList to ensure that it is copied before making modifications.
Fixes #8861