forked from ocaml-flambda/flambda-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flambda-backend: Retainer profiling for 5.x runtime (ocaml-flambda#2000)
* Add [Obj.uniquely_reachable_words] Cherry-picked from ocaml-flambda#1705 * Fixed ISO C99 warning introduced in ocaml-flambda#1705 Cherry-picked from ocaml-flambda#1787 * Fix compilation after cherry pick * Add `volatile` keyword to helper function Avoid warnings when passing the result of `Field` to a helper that takes a pointer. For future-proofing, added a comment warning that one shouldn't read this to mean the function is multicore-safe. * Add CR --------- Co-authored-by: apilatjs <141742870+apilatjs@users.noreply.github.com> Co-authored-by: Mark Shinwell <mshinwell@pm.me>
- Loading branch information
1 parent
86c6eb1
commit c79579e
Showing
1 changed file
with
210 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters