Opened 12 years ago

#17 new task

Wrapping of #basicNew in subclasses is time-consuming

Reported by: marcel.taeumel Owned by: Marcel Taeumel
Priority: critical Component: MethodWrappers
Severity: Keywords:
Cc:

Description

The unwrapping of #basicNew in a subclass of Object involves not just a redirection of the message symbol, but a complete deletion of the selector.

This deletion is expensive because the remove operation in dictionaries is slow.

Change History (0)

Note: See TracTickets for help on using tickets.