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
#33 - cache function bindings #65 - cache property/field bindings) #66 - avoid allocs when pushing/popping function arguments
Call-graph / call stack logging causes mostly avoidable allocations; can turn this off but reducing allocs the better approach (agents use the call stack to remember own actions)
Related: AL update allows enabling AL optimized without breaking BTL logging (mainly needed to silence allocs from AL logging).
The text was updated successfully, but these errors were encountered:
#33 - cache function bindings
#65 - cache property/field bindings)
#66 - avoid allocs when pushing/popping function arguments
Call-graph / call stack logging causes mostly avoidable allocations; can turn this off but reducing allocs the better approach (agents use the call stack to remember own actions)
Related: AL update allows enabling AL optimized without breaking BTL logging (mainly needed to silence allocs from AL logging).
The text was updated successfully, but these errors were encountered: