aboutsummaryrefslogtreecommitdiffstats
path: root/src/libraries.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2014-12-26 06:26:25 +0100
committerTristan Gingold <tgingold@free.fr>2014-12-26 06:26:25 +0100
commitcb0609778181832120ca7776dc4501b97d0ebbeb (patch)
treedd63493909b1c7ba818d9c6d9ee252812d06eb29 /src/libraries.adb
parent523792edaef032f41ea8a0bb8273013ced2a9276 (diff)
downloadghdl-cb0609778181832120ca7776dc4501b97d0ebbeb.tar.gz
ghdl-cb0609778181832120ca7776dc4501b97d0ebbeb.tar.bz2
ghdl-cb0609778181832120ca7776dc4501b97d0ebbeb.zip
Rewrite sem_scopes tables for speed-up (and clarification).
Diffstat (limited to 'src/libraries.adb')
-rw-r--r--src/libraries.adb4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libraries.adb b/src/libraries.adb
index c125e3cbf..9bc232740 100644
--- a/src/libraries.adb
+++ b/src/libraries.adb
@@ -27,7 +27,6 @@ with Parse;
with Back_End;
with Name_Table; use Name_Table;
with Str_Table;
-with Sem_Scopes;
with Tokens;
with Files_Map;
with Flags;
@@ -1535,10 +1534,7 @@ package body Libraries is
-- Avoid infinite recursion, if the unit is self-referenced.
Set_Date_State (Design_Unit, Date_Analyze);
- Sem_Scopes.Push_Interpretations;
Back_End.Finish_Compilation (Design_Unit);
- Sem_Scopes.Pop_Interpretations;
-
end if;
case Get_Date (Design_Unit) is