tokiwa-software / fuzion

The Fuzion Language Implementation
https://fuzion-lang.dev
GNU General Public License v3.0
46 stars 11 forks source link

AoC issue: CFG Analysis runs into very deep recursion #2322

Open fridis opened 9 months ago

fridis commented 9 months ago

Found this during Dec 7 AoC performance analysis, but a simple HelloWorld is enough

> ./build/bin/fz -XjavaProf build/tests/hello/HelloWorld.fz 

This results in the attached flame graph with deep recursion. pid48588-fuzion-XjavaProf-flamegraph

michaellilltokiwa commented 6 months ago

CFG is not used anymore, but keeping open