
20 Dec
2006
20 Dec
'06
2:33 a.m.
"Alexander Nasonov" wrote:
Andrey Semashev wrote:
ROM friendly? What is it?
This means in particular that the transition table should be initialized at static phase of static initialization so that a compiler can store it in read-only memory. I know it's very important in embedded environment where fsm are often used, to store as much as possible in read-only memory.
Such ROMable classes also cannot have constructors or destructors. /Pavel