Project

General

Profile

« Previous | Next » 

Revision c10d5085

Added by jhawthorn (John Hawthorn) about 4 years ago

Enable frozen_string_literal in builtin_iseq_load

Currently this has a fairly minor effect as strings are not used heavily
inside the builtins (outside of warnings, requires, and errors).
Hopefully this allows us to use strings in the future where appropriate.