Stream: git-cranelift

Topic: cranelift / Issue #690 Fork/Join parallelism IR from Tapir?


view this post on Zulip GitHub (Feb 28 2020 at 23:25):

alexcrichton transferred Issue #690:

The subject of Tapir came up in this thread a little while ago. Put simply, Tapir added 3 new instructions to LLVM's IR to make it possible to express parallelism in code such that the various optimizers in the middle/back end could do intelligent things, and it looks like they got pretty good performance improvements by doing so. Would it be worth considering adding these instructions to Cranelift's IR?


Last updated: Oct 23 2024 at 20:03 UTC