Hi,1. intern-eql-specializer is not strictly necessary. ...
2. Don’t take the CLOS MOP specification as some kind of final word on how CLOS should be implemented. ...
3. I’m not convinced that eql specializers are the most pressing concern. For example, the total lack of a good specification for method combination metaobjects is much more worrisome.
Also, the generic function invocation protocol is too restrictive, in that it doesn’t allow for more modern inlining techniques (like polymorphic inline caches, or trace-based JIT compilation, for example).
4. If you are really concerned about eql specializers