Skip to content
  • Koichi Sasada's avatar
    92137718
    encourage inlining for vm_sendish() · 92137718
    Koichi Sasada authored
    Some tunings.
    * add `inline` for vm_sendish()
    * pass enum instead of func ptr to vm_sendish()
    * reorder initial order of `calling` struct.
    * add ALWAYS_INLINE for vm_search_method_fastpath()
    * call vm_search_method_fastpath() from vm_sendish()
    92137718
    encourage inlining for vm_sendish()
    Koichi Sasada authored
    Some tunings.
    * add `inline` for vm_sendish()
    * pass enum instead of func ptr to vm_sendish()
    * reorder initial order of `calling` struct.
    * add ALWAYS_INLINE for vm_search_method_fastpath()
    * call vm_search_method_fastpath() from vm_sendish()
Loading