> I also have a DLL based hot-reload workflow

This is basically what I do by using `importcpp` you skip the SEM of the `proc` 
body. Also on the C/C++ side of things if you are using external libs it worth 
doing a PCH. I even have my `nimbase.h` in there. It's roughly 2.5GB though. 
Then there are tools like <https://liveplusplus.tech/> which further speed up 
comp times.

The downside of the above is that it requires some custom work per project. But 
it's complementary to IC :)

Reply via email to