Comment on High Performance Numeric Programming with Swift: Explorations and ReflectionsparentComments−stochastic_monk7yDo you know how Julia gets such great ffi performance? Is it inlining, for instance?−KenoFischer7yIt's a bit of a JIT party trick by emitting the target address directly rather than going through the PLT.
Comments
Do you know how Julia gets such great ffi performance? Is it inlining, for instance?
It's a bit of a JIT party trick by emitting the target address directly rather than going through the PLT.