You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
removes unnecessary units from the knowledge base (#1427)
The Project.create function were creating a separate unit in order to
compute a target from the available image specification. It was also
using Toplevel.eval for that, which computes all properties of an
object. As a result, we had all expensive unit-based computations
triggered twice per each project.
An ideal solution would be to get rid of this call, but, as an
immediate remediation, we can just use the same compilation unit as
for the main program and compute only the target slot.
0 commit comments