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
Time::HiRes::stat() change ix from 0/1 to OP_STAT/OP_LSTAT, add $_[0] COW
-we dont need to map values 0/1 to OP_STAT/OP_LSTAT at runtime, it can be
done once at CC time / BOOT:{} time
-IDK why $_[0] is being duped, the pp_stat*() functions aren't supposed to
modify incoming @_ args, but if we are going to dupe $_[0], atleast try
to use COW semantics if available
0 commit comments