Unfortunately, an object with a non-trivial constructor (even with an empty body) needs to be initialized, which means it needs to go into RAM. I do not know of a way around this issue with the current compiler technology.
↧
Unfortunately, an object with a non-trivial constructor (even with an empty body) needs to be initialized, which means it needs to go into RAM. I do not know of a way around this issue with the current compiler technology.