Project

General

Profile

« Previous | Next » 

Revision 5f4e7842

Added by jeremyevans (Jeremy Evans) over 3 years ago

Avoid unnecessary conditional

All frames should be either iseq frames or cfunc frames. Use a
VM assert instead of a conditional to check for a cfunc frame if
the current frame is not an iseq frame.