You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cache env and param pointers in InPlaceExecutionContext
Execute() called Simulation::GetActive()->GetEnvironment() and
GetParam() for every agent every step. These pointers are stable
within an agent-ops phase, so cache them once in SetupAgentOpsAll
and reuse the cached values in Execute. Eliminates two pointer
chases per agent per step.
0 commit comments