Opened 11 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.
Note:
See TracTickets
for help on using tickets.