Opened 6 years ago
Closed 2 years ago
#3059 closed defect (fixed)
Unnecessarily many files parsed when compiling from library
Reported by: | jsten | Owned by: | Jesper Mattsson |
---|---|---|---|
Priority: | major | Milestone: | Pending |
Component: | Modelica/FrontEnd | Version: | trunk |
Keywords: | Cc: |
Description
The compiler currently parses all files in a package even though it only needs one class in the package. The reason for doing this is so that the compiler knows what classes are available in the package.
Instead, a place holder should be placed that only contains the necessary information, it is replaced when classes are needed.
Related to #3058
Change History (4)
comment:1 Changed 6 years ago by
Milestone: | → 1.12.x |
---|
comment:2 Changed 6 years ago by
comment:3 Changed 6 years ago by
Milestone: | 1.12.x → Pending |
---|
Note: See
TracTickets for help on using
tickets.
Should probably do #1051 first.