Project

General

Profile

« Previous | Next » 

Revision 9d0866c7

Added by byroot (Jean Boussier) over 4 years ago

[EXPERIMENTAL] Make Module#name return a frozen String

* Always the same frozen String for a given Module or Class.
* Avoids extra allocations whenever calling Module#name.
* See [Feature #16150]