YJIT: Return Option from asm.compile() for has_dropped_bytes()
So that we get a reminder to check CodeBlock::has_dropped_bytes().
Internally, asm.compile() already checks it, and this patch just
propagates it out to the caller with a #[must_use].
Code GC logic moved out one level in entry_stub_hit(), so the body
can freely use ?
YJIT: Return Option from asm.compile() for has_dropped_bytes()
So that we get a reminder to check CodeBlock::has_dropped_bytes().
Internally, asm.compile() already checks it, and this patch just
propagates it out to the caller with a
#[must_use]
.Code GC logic moved out one level in entry_stub_hit(), so the body
can freely use
?