How much slower by the way?
You should check sth like pypy for a JIT that optimize it to extreme and it’s hard to tell how much overhead it adds.
Julia is designed so that it doesn’t have to rely on any of those less reliable optimizations so it has a really simple compiler. With that the overhead will be >1000x.