On Thursday, 14 December 2023 at 18:18:21 UTC, matheus wrote: > Now If someone would like to write a game with GC in mind, > wouldn't be reasonable to do: > > Allocate(); > GC.disable(); > run_the_game(); > GC.enable(); Is the `run_the_game()` part of code supposed to be annotated with the `@nogc` attribute?