Skip to content

-annot can result in modified .cmx #9470

@nojb

Description

@nojb

With trunk compiler:

$ echo "type t = A" > a.ml
$ echo "let f (_ : A.t) = object end" > b.ml
$ ocamlopt -c a.ml
$ ocamlopt -c b.ml
$ md5sum b.cmx
7bbe2afa5aacd6db86eccde09bbd2593  b.cmx
$ ocamlopt -annot -c b.ml
$ md5sum b.cmx
c791ac713e562561aecff8e655e77f01  b.cmx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions