8:56:58jackdanielI've mentioned it the other day, first I'm optimizing table-based dispatch (for workloads where only bytecodes compiler is available), and after that I'm adding fastgf
8:57:27beachSo all this is before any fastgf implementation?
8:57:29jackdanielfor instances where the native compiler is available at runtime
11:46:53jackdanielif we expect, that readers behave as if they went through slot-value-using-class, then specializing the latter may invalidate optimized readers
11:47:24jackdanielthe was also recently a discussion, whether it is allowed to specialize the instance in slot-value-using-class (assuming that the class is EQ standard-class)