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
Avoid creation of an unused closure value in each trace op
The previous scheme created a `val showOp = <some closure>` value for each trace
operation. It was unused if tracing was disabled. Still might be better to
avoid its creation in the first place.
0 commit comments