Project

General

Profile

« Previous | Next » 

Revision 1a65ab20

Added by Jimmy Miller over 2 years ago

Implement optimize call (#6691)

This dispatches to a c func for doing the dynamic lookup. I experimented with chain on the proc but wasn't able to detect which call sites would be monomorphic vs polymorphic. There is definitely room for optimization here, but it does reduce exits.