-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flambda-backend: Zero alloc remove annotation from stdlib (#1434)
- Loading branch information
Showing
9 changed files
with
6 additions
and
15 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,6 @@ | |
|
||
[@@@ocaml.warning "-49"] | ||
[@@@ocaml.flambda_o3] | ||
[@@@ocaml.zero_alloc check] | ||
|
||
(* Exceptions *) | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Fatal error: exception Stdlib.Exit | ||
Raised at Stdlib.open_in_gen in file "stdlib.ml", line 409, characters 28-54 | ||
Raised at Stdlib.open_in_gen in file "stdlib.ml", line 408, characters 28-54 | ||
Called from Pr2195 in file "pr2195.ml", line 24, characters 6-19 | ||
Re-raised at Pr2195 in file "pr2195.ml", line 29, characters 4-41 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Fatal error: exception Stdlib.Exit | ||
Raised at Stdlib.open_in_gen in file "stdlib.ml", line 409, characters 28-54 | ||
Called from Stdlib.open_in in file "stdlib.ml", line 414, characters 2-45 | ||
Raised at Stdlib.open_in_gen in file "stdlib.ml", line 408, characters 28-54 | ||
Called from Stdlib.open_in in file "stdlib.ml", line 413, characters 2-45 | ||
Called from Pr2195 in file "pr2195.ml", line 24, characters 6-19 | ||
Re-raised at Pr2195 in file "pr2195.ml", line 29, characters 4-41 |
2 changes: 1 addition & 1 deletion
2
testsuite/tests/lib-dynlink-initializers/test10_main.byte.reference
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
2 changes: 1 addition & 1 deletion
2
testsuite/tests/lib-dynlink-initializers/test10_main.native.reference
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