
15 Sep
2004
15 Sep
'04
9:02 p.m.
Andreas Huber wrote:
Hmmm, but I guess you still need to have the whole transition table in one translation unit, right?
There is no "whole transition table" in my example. The process_event function instantiates a part of the table for a given event, Therefore, it possible that they are instantiated in different TU.
I guess the most important thing is to implement O(1) dispatch.
Done. See attachment. -- Alexander Nasonov