Removed optimizations for #at: and #at:put: sends. These optimizations
commitec5327aac6dff42787158d2d1bc3606752604b65
authorVincent Geddes <vincent.geddes@gmail.com>
Tue, 22 Jul 2008 14:26:09 +0000 (22 16:26 +0200)
committerVincent Geddes <vincent.geddes@gmail.com>
Tue, 22 Jul 2008 14:26:09 +0000 (22 16:26 +0200)
treeea0006b2b33388ce57d5d35fe37995648c583fa2
parentc21c9b510cc27f9201e8a07898209eb3d2d6d82c
Removed optimizations for #at: and #at:put: sends. These optimizations
were incomplete and premature. Must rather implement a special cache
to remember the primitive functions for these sort of sends.
src/st-cpu.c