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
Environments are used to track context specific to basic blocks. The context-sensitive fields, CallStack, ReturnLoc and ThisPointeeLoc are specific to a whole function context, and stable across blocks. So, they should be shared rather than copied for each new Environment.