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
The function caml_polly_ctl and the three functions calling it could be called frequently in some applications. We could tag them with noalloc and untagged, raising the exception from OCaml in case of error ?
The function
caml_polly_ctland the three functions calling it could be called frequently in some applications. We could tag them with noalloc and untagged, raising the exception from OCaml in case of error ?