Stream: cranelift

Topic: interesting


view this post on Zulip Carlo Kok (Mar 26 2021 at 09:20):

So not sure if this is on or off-topic, but this seems like a cheap optimization https://devblogs.microsoft.com/dotnet/loop-alignment-in-net-6/ that could be of interest for cranelift too, if it doesn't already do it.

When writing a software, developers try their best to maximize the performance they can get from the code they have baked into the product. Often, there are various tools available to the developers to find that last change they can squeeze into their code to make their software run faster.

Last updated: Oct 23 2024 at 20:03 UTC