Xmir.toPhi method takes unreasonable amount of time to transform XMIR files to PHI expressions.
The most problematic line is here:
|
return new Xnav(new Xsline(train).pass(this.xml).inner()) |
Particularly new Xsline(train).pass(this.xml).
Here is profiling results:
flamegraph-phi-unphi-90391.html.txt
Xmir.toPhimethod takes unreasonable amount of time to transform XMIR files to PHI expressions.The most problematic line is here:
eo/eo-parser/src/main/java/org/eolang/parser/Xmir.java
Line 240 in d063ff7
Particularly
new Xsline(train).pass(this.xml).Here is profiling results:
flamegraph-phi-unphi-90391.html.txt