opencilk-project icon indicating copy to clipboard operation
opencilk-project copied to clipboard

[TapirTaskInfo] Modify check for promotable allocas to prevent optimi…

Open neboat opened this issue 3 months ago • 0 comments
trafficstars

…zing away atomic flags that are polled in spawned tasks and set in the continuation.

While it is legal to optimize these flags away, based on the serial projection, it can be convenient to allow for spawned tasks to spin on atomic flags in this way.

neboat avatar Aug 06 '25 10:08 neboat