Project

General

Profile

« Previous | Next » 

Revision 0472effc

Added by alanwu (Alan Wu) over 2 years ago

YJIT: add an assert for branch_stub_hit() (#6505)

We set the PC in branch_stub_hit(), which only makes sense if we're
running with the intended iseq for the stub. We ran into an issue caught
by this while tweaking code layout.