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
PERL_ARGS_ASSERT_DO_SHMIO is equivalent to `assert(mark); assert(sp)`.
There is no point in checking pointers that have already been
dereferenced by previous statements. An optimizing compiler will simply
remove those asserts as no-ops.
Move the asserts up to before any of the function arguments are used.
0 commit comments