> I am writing an application that will have objects that I write in my modules 
> that will not have any objects created at compile time. I do not want any of 
> these eliminated. They will be created at runtime when a configuration file 
> is read into the app.

Well either there is a path to construct these objects at runtime or there 
isn't. If there isn't, dead code elim kicks in. There is no traditional runtime 
reflection in Nim so this optimization is sound.

Reply via email to