This is awesome! Asides from the old dispatch trees being too slow, the main reason I can't use methods on embedded platforms is because the RTTI eats up too much RAM. If the RTTI and the vTable were generated as `const` in the C code then this wouldn't be a problem.
Is that something that could be dealt with in this PR or would it have to be done separately?
