Singleton object used to share constant immutable strings (simple STRING
as well as HASHED_STRING). The goal is to optimize immutable strings
comparisons as well as hashed dictionary access (see HASHED_STRING).
Thus, any immutable name must be registered here to get the
corresponding unique reference. This singleton is shared via the
string_aliaser once function from GLOBALS.