Comment on Fjord – F# programming language for the JVMparentComments−lysium13yI'd say that's a huge performance hit (return, check, call instead of jump). Plus, your JIT might not like it.
Comments
I'd say that's a huge performance hit (return, check, call instead of jump). Plus, your JIT might not like it.