in reply to Re^7: Run Perl 5 in the Browser!
in thread Run Perl 5 in the Browser!

Yeah, given that observing a variable at the Perl level could cause SV upgrades within an opcode, maybe it's better to say the challenges are:

We're not talking about JITting a five line Smalltalk method that's monomorphic across 80% of calls here. It would surprise me if the average opcode didn't expand to a size larger—and quite a few basic blocks more‐than LLVM wants to try to JIT.

Replies are listed 'Best First'.
Re^9: Run Perl 5 in the Browser!
by ikegami (Patriarch) on Aug 23, 2018 at 20:42 UTC

    Nah, implicit type conversions is something JIT compilers can handle.