What would be the consequence of implementing interfaces as fat pointers ?

deadalnix deadalnix at gmail.com
Sat Mar 29 17:57:23 PDT 2014


All is in the title.

This is becoming increasingly the norm in new languages. It is 
much better in term of performances (it avoid cascaded loads to 
call methods, which can be really costly on modern CPUs), make 
object themselves smaller.

Would implementing them that way break D code ? What would be the 
extent of the breakage ?


More information about the Digitalmars-d mailing list