Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flambda-backend: inline fast path of caml_applyN (#934)
* Add compilation flag -caml-apply-inline-fast-path * Use -caml-apply-inline-fast-path for main build and libraries * Inline fast path of caml_apply * Bind args * Refactor and apply the same transformation to Flamba 2. * Pass [ty] argument to [call_caml_apply] * Add a CR about a version of caml_applyN that has only cold path and update a comment.
- Loading branch information