Prolog Analysis step duration #174
Unanswered
YamamotoKaderate
asked this question in
Q&A
Replies: 1 comment 5 replies
-
We often use this command:
The stages after "Initial reasoning complete" (which is usually reached very quickly) are:
Although the time between steps is often not linear. Slow downs in the MergeClasses stages are pretty common for large programs because there tends to be N-squared pairs of methods to consider merging. We're aware that the performance is less than optimal. We're working with the SWI Prolog developers to develop a quicker approach. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I analyzed a 2.8Mb executable and produced an 500k lines/facts prolog file
The JSON generation step (edit: prolog analysis step) is running for 70h.
Is there a way to estimate the remaining duration of this step?
Beta Was this translation helpful? Give feedback.
All reactions