Replace single TraitDispatchTable with class specific itables to reduce size of binaries by WojciechMazur · Pull Request #4085 · scala-native/scala-native

Replaces generation of big, single TraitDispatchTable that was growing a quadratic pace. Instead, not every class has an attached list of ITables. I also makes the class_has_trait and trait_has_tr...