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
CSLayeredMethod class>>#flushAllCaches is sent after each selector addition (Behavior>>#basicAddSelector:withMethod:). When installing n methods in a bulk update (e.g. by installing a Monticello version or filing in a changeset), this results in n² cache flushes. Maybe this step could resolve a larger bottleneck in context-s?
The text was updated successfully, but these errors were encountered:
CSLayeredMethod class>>#flushAllCaches
is sent after each selector addition (Behavior>>#basicAddSelector:withMethod:
). When installing n methods in a bulk update (e.g. by installing a Monticello version or filing in a changeset), this results in n² cache flushes. Maybe this step could resolve a larger bottleneck in context-s?The text was updated successfully, but these errors were encountered: