Comment on Reflections on 2 years of CPython's JIT CompilerparentComments−cs_throwaway1yDo you think it may be feasible to do this and maintain the FFI?−pizlonator1yThat's the hard part!I think that the FFI makes it super hard to do most of the optimizations I'd want to do. Maybe it makes them impossible even. The game is to find any chance for size reduction and fast path simplification that doesn't upset FFI
Comments
Do you think it may be feasible to do this and maintain the FFI?
That's the hard part!
I think that the FFI makes it super hard to do most of the optimizations I'd want to do. Maybe it makes them impossible even. The game is to find any chance for size reduction and fast path simplification that doesn't upset FFI