[Bug objc/16398] Dynamic Inheritance in Objective-C

2010-09-17 Thread nicola at gcc dot gnu dot org
--- Comment #4 from nicola at gcc dot gnu dot org 2010-09-17 09:28 --- This proposed enhancement seems to be a major change to the language! :-) It basically would mean that every object has a customized class hierarchy. So, when a message is sent to the object, the object's custom cla

[Bug objc/16398] Dynamic Inheritance in Objective-C

2005-09-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-04 17:22 --- Hmm, there is one issue with this proposal is that the classes better have the same elements, otherwise this will not work. This also very runtime dependent so the code for the GNU runtime will be differ

[Bug objc/16398] Dynamic Inheritance in Objective-C

2005-09-02 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Last reconfirmed|2005-06-18 0