ra’s avatarra’s Twitter Archive—№ 39,231

  1. …in reply to @BaptisteDupuch
    @BaptisteDupuch the goal is to avoid object signatures, for performance. there isnt a need for dynamic linking, i dont think? at a call site an appropriate method either: a) already exists, and we emit a call to it or b) does not exist, is generated, then we emit a call to the generated method