Open SwuduSusuwu opened 5 months ago
Is some slowdown to use inheritance+polymorphism with all classes, https://stackoverflow.com/questions/8824587/what-is-the-purpose-of-the-final-keyword-in-c11-for-functions/78680754#78680754 shows howto use final
to fix this
Just C++ has programmable operators, C/Java both have programmable functions (C allows manual virtual tables, Java comes with virtual tables), thus can use this for https://github.com/SwuduSusuwu/SubStack/issues/3
This is somewhat of a subset of https://github.com/SwuduSusuwu/SubStack/issues/18 (support more tools)
https://github.com/SwuduSusuwu/SubStack/blob/trunk/cxx/ClassObject.hxx