-
Notifications
You must be signed in to change notification settings - Fork 194
Consume Hints produced by ocaml#13438 #1721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 7 out of 25 changed files in this pull request and generated no comments.
Files not reviewed (18)
- compiler/bin-js_of_ocaml/build_fs.ml: Language not supported
- compiler/bin-js_of_ocaml/cmd_arg.ml: Language not supported
- compiler/bin-js_of_ocaml/cmd_arg.mli: Language not supported
- compiler/bin-js_of_ocaml/compile.ml: Language not supported
- compiler/lib/code.ml: Language not supported
- compiler/lib/driver.ml: Language not supported
- compiler/lib/driver.mli: Language not supported
- compiler/lib/flow.ml: Language not supported
- compiler/lib/flow.mli: Language not supported
- compiler/lib/ocaml_compiler.ml: Language not supported
- compiler/lib/ocaml_compiler.mli: Language not supported
- compiler/lib/parse_bytecode.ml: Language not supported
- compiler/lib/pure_fun.ml: Language not supported
- compiler/lib/shape.ml: Language not supported
- compiler/lib/shape.mli: Language not supported
- compiler/lib/specialize.ml: Language not supported
- compiler/tests-compiler/sourcemap.ml: Language not supported
- compiler/tests-full/dune: Language not supported
Do we have an idea of the scale of the performance gains that could be made with this? |
- Propagate shape information through the flow analysis
This reverts commit 9c0692f8af4d6fafdf0fc428f820cc9753897cc4.
I don't know exactly, I've rebased the PR and its ocaml companion https://github.com/hhugo/ocaml/tree/optimization-hints but we can't currently run the benchmarks with OCaml 5.3 (see #2035) |
See ocaml/ocaml#13438