Jake Matthews

Results 3 comments of Jake Matthews

Oh cool! I'm working on constant evaluation at the moment. There's a lot to consider here. Have you read through https://github.com/ruby/ruby/pull/1419 ?

CraneLift can definitely be used to build a Ruby JIT now https://github.com/CraneStation/cranelift/pull/871 is merged so you can get a stack map of live variables to mark for GC. IMHO Artichoke...

I think 2.4+ will all build with a recent version of GCC and there's no reason to build with older compilers anymore. The build process becomes: build instrumented code, run...