Skip to content

Commit

Permalink
Changes for ocaml#10595
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Sep 3, 2021
1 parent 01b4531 commit 9aac531
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ Working version
parameter passing on PowerPC (16 registers) and on s390x (8 registers).
(Xavier Leroy, review by Mark Shinwell)

- #10595: Tail calls with up to 64 arguments are guaranteed to be compiled
as tail calls. To this end, memory locations in the domain state
are used for passing arguments that do not fit in registers.
(Xavier Leroy, review by Vincent Laviron)


### Standard library:

* #7812, #10475: `Filename.chop_suffix name suff` now checks that `suff`
Expand Down

0 comments on commit 9aac531

Please sign in to comment.