>>26weird, I thought that stack-only allocations was by design. also, I don't think a single thread for game's main loop is unusual. it actually makes it easy to implement a delta time system so that the game speed is not dependent on clock speed:
https://gafferongames.com/post/fix_your_timestep/