-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Type of caml_send in Cmm #10460
Copy link
Copy link
Closed
Description
The type of the cache argument seems to be fixed to Val in https://github.com/ocaml/ocaml/blob/trunk/asmcomp/cmm_helpers.ml#L1868, however the argument is computed as an address in the helper function generating calls to it at https://github.com/ocaml/ocaml/blob/trunk/asmcomp/cmm_helpers.ml#L787 . Shouldn't the type of the cache then be type_addr instead of type_val?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels