TelluIoT / ThingML

The ThingML modelling language
https://github.com/TelluIoT/ThingML
Apache License 2.0
101 stars 32 forks source link

Go compiler is extremely slow on very large models #269

Open brice-morin opened 5 years ago

brice-morin commented 5 years ago

I have very large ThingML models (about 20kLoC) and the go compilers takes a very long time to compile them (about 75s) compared to Java and JS (and I guess POSIX). I suspect the quest for passing the testNaming and testNaming2 tests is costing me quite a lot of time.....

Not big issue per se, just quite annoying in the rare cases where we deal with big ThingML models...