Skip to content

Commit

Permalink
Hygiene
Browse files Browse the repository at this point in the history
  • Loading branch information
lthls committed Sep 26, 2023
1 parent 95b4a90 commit b228bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .depend
Original file line number Diff line number Diff line change
Expand Up @@ -4652,11 +4652,13 @@ middle_end/flambda/flambda_invariants.cmi : \
middle_end/flambda/flambda.cmi
middle_end/flambda/flambda_iterators.cmo : \
middle_end/variable.cmi \
typing/typedtree.cmi \
utils/int_replace_polymorphic_compare.cmi \
middle_end/flambda/flambda.cmi \
middle_end/flambda/flambda_iterators.cmi
middle_end/flambda/flambda_iterators.cmx : \
middle_end/variable.cmx \
typing/typedtree.cmx \
utils/int_replace_polymorphic_compare.cmx \
middle_end/flambda/flambda.cmx \
middle_end/flambda/flambda_iterators.cmi
Expand Down
6 changes: 4 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ Working version
were not correctly rounded sometimes.
(Xavier Leroy, review by Anil Madhavapeddy and Tim McGilchrist)

- #12551: Propagate classification of recursive bindings from Rec_check
(Vincent Laviron, review by Gabriel Scherer)
- #12551, #12608: Overhaul of recursive value compilation.
Extend the Rec_check classification to handle constants, propagate the
classification through the compiler.
(Vincent Laviron and Lunia Ayanides, review by Gabriel Scherer)

### Standard library:

Expand Down

0 comments on commit b228bb1

Please sign in to comment.