rymrg

Results 4 issues of rymrg

The following code calls __tls_get_addr multiple times instead of once: ```D int x; int y; void foo() { x = 1; y = 2; } ``` This is the generated...

## Improve fossil prompt execution time This PR improves the execution time of the fish_fossil_prompt by up to 70ms. It has the following changes from the original prompt introduced in...

enhancement

Add std.atomic struct as a better interface to core.atomic. @atilaneves Please CR and let me know what's missing here.