Frees memoization tables associated with scopestacks.
(vl-scopestacks-free) → *
You should generally call this function, e.g., at the end of any transform that has used scopestacks.
Function:
(defun vl-scopestacks-free nil (declare (xargs :guard t)) (let ((__function__ 'vl-scopestacks-free)) (declare (ignorable __function__)) (progn$ (clear-memoize-table 'vl-scope->scopeinfo-aux) (clear-memoize-table 'vl-scope-definition-alist-aux) (clear-memoize-table 'vl-scope-package-alist-aux) (clear-memoize-table 'vl-scope-portdecl-alist-aux) (clear-memoize-table 'vl-design-scope-package-alist-aux) (clear-memoize-table 'vl-package-scope-item-alist-aux) (clear-memoize-table 'vl-modulelist-toplevel))))