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
Frame::clone uses inc_frame_ref_count, but in Asterinas source code, it is self.slot().inc_ref_count, inc_frame_ref_count is not used. They are nearly the same thing though. #598