Project

General

Profile

« Previous | Next » 

Revision 6b10d401

Added by Max Bernstein 6 months ago

ZJIT: Bail out of recursive compilation if we can't compile callee

Right now we just crash if we can't compile an ISEQ for any reason
(unimplemented in HIR, unimplemented in codegen, ...) and this fixes
that by bailing out.