jp-embedded / scxmlcc

The SCXML state machine to C++ compiler
GNU General Public License v3.0
140 stars 34 forks source link

Prevent use of RTTI #106

Open jp-embedded opened 5 years ago

jp-embedded commented 5 years ago

At least for non-parallel machines.

To avoid the RTTI overhead on eg embedded systems

jp-embedded commented 5 years ago

Fixed in #107 for non-parallel state machines Will look into parallel state-machines later.