Small optimisation: don't initialise a symbol table immediately on init
Why? This way, until we use symbols, the system doesn't generate the table and thus grow the memory usage by a couple kb.
This commit is contained in:
Why? This way, until we use symbols, the system doesn't generate the table and thus grow the memory usage by a couple kb.