Project

General

Profile

« Previous | Next » 

Revision 4b97f1e5

Added by jhawthorn (John Hawthorn) over 2 years ago

YJIT: Refactor into gen_push_frame (#6412)

This refactors the "push frame" operation common to both gen_send_iseq
and gen_send_cfunc into its own method. This allows that logic to live
in one place.