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
In some situations we only need to parse the declarations of a file. There should be a way to specify this and take advantage of any potential performance improvement.
An example is where we are looking for a declaration in another module.
Another example is for the FORD document generator which does not require information about executable statements.
The text was updated successfully, but these errors were encountered:
Making the blockbase match for subroutine strict improves performance quite a bit too. We're down from around 50s to 30s on my laptop using the benchmark in #329 (although the performance from run to run seems to vary quite a bit).
In some situations we only need to parse the declarations of a file. There should be a way to specify this and take advantage of any potential performance improvement.
An example is where we are looking for a declaration in another module.
Another example is for the FORD document generator which does not require information about executable statements.
The text was updated successfully, but these errors were encountered: