forked from ocaml-flambda/flambda-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compile more stdlib files with -O3 (ocaml-flambda#380)
- Loading branch information
Showing
7 changed files
with
10 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Fatal error: exception Stdlib.Exit | ||
Raised by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 401, characters 28-54 | ||
Raised by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 402, 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 by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 401, characters 28-54 | ||
Called from Stdlib.open_in in file "stdlib.ml" (inlined), line 406, characters 2-45 | ||
Raised by primitive operation at Stdlib.open_in_gen in file "stdlib.ml", line 402, characters 28-54 | ||
Called from Stdlib.open_in in file "stdlib.ml" (inlined), line 407, 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
ocaml/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
ocaml/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