| > The JVM team looks closer to the YJIT project. That's the same team (Rails + Ruby)... > Making a JIT also calls into question Shopify's scalability: Rails was slow enough that they allowed a JIT to be built internally? You are conflating scaling ability with language speed, there is of course some relation between the two, but it's mostly orthogonal. At the scale of Shopify (several thousands developers) having a few people focus on improving Rails and Ruby is a drop in the bucket and payoff immensely. Rails and Ruby are both Open Source projects not backed by for-profit organization. It's perfectly normal for an user of such project to contribute patches... That's how Open Source is supposed to work... There is plenty of organizations contributing patches to the Linux Kernel (Google, IBM, etc). Using your logic that means Linux is slow enough that Google allowed a new scheduler to be built internally? That's quite the silly line of reasoning... |