shithub: MicroHs

Download patch

ref: f48a656bc634685e22dc8a67d8c359769c4a3020
parent: 806ffe22b9faacdb3bf704739112a98ca5b748fb
author: Lennart Augustsson <lennart.augustsson@epicgames.com>
date: Sun Oct 13 07:52:08 EDT 2024

Keep some tables global during the entire session.

Some data is needed even when the identifiers are not in scope:
 - SynTable    for synonym expansion
 - ClassTable  for superclass erpansion
 - InstTable   global by definition
These are now kept as part of the compilation cache.