Home THE ENGINE GAMES NEWS JOB OPENINGS THE ENGINE GAMES NEWS JOB OPENINGS

Scope Stack Allocation

Goes into detail about Scope Stacks, which are a systems programming tool for memory layout that provides:

  • Deterministic memory map behavior
  • Single-cycle allocation speed
  • Regular C object life cycle for objects that need it

This makes it very suitable for games.

Scope Stack Allocation from DICE

Download PDF Download Powerpoint

Related News