Hacker News new | ask | show | jobs
by flaminHotSpeedo 1113 days ago
> These days, how much performance-critical software is even being built in 32-bit?

I think the better question is how much performance critical software built in 32 bit is still relied on, and may potentially outlive hardware with 32 bit support

1 comments

If it's old, even with emulation it'd have a good chance to be as fast or faster than on its original target chips. So you'd need to not only rely on it, but also be demanding more from it over time. And given that you're running 32-bit software in a 32-bit vm on a 64-bit cpu in the first place (in a scenario where you're spending significant amounts of time in ring 0!), you clearly do not really care about performance anyway.