Zef interpreter after Optimization #11: Hashtable
This adds a global hashtable for caching all method lookup results. It uses a 128 key that combines the receiver’s class and the symbol, and gives the function we’re supposed to call.
15% speed-up.
This is displaying a diff from the previous version of the Zef interpreter.