Add deprecation notice to cranelift_use_egraphs option.#5610
Add deprecation notice to cranelift_use_egraphs option.#5610cfallin merged 1 commit intobytecodealliance:mainfrom
cranelift_use_egraphs option.#5610Conversation
After bytecodealliance#5587, this is on by default. We are retaining the traditional (no-egraphs) path for now, selected by setting this option to `false`, but we eventually plan to delete it assuming that we don't find serious regressions or issues. This PR adds a deprecation notice to the option.
Subscribe to Label Actioncc @fitzgen, @peterhuene DetailsThis issue or pull request has been labeled: "fuzzing", "wasmtime:api", "wasmtime:config"Thus the following users have been cc'd because of the following labels:
To subscribe or unsubscribe from this label, edit the |
Label Messager: wasmtime:configIt looks like you are changing Wasmtime's configuration options. Make sure to
DetailsTo modify this label's message, edit the To add new label messages or remove existing label messages, edit the |
After #5587, this is on by default. We are retaining the traditional (no-egraphs) path for now, selected by setting this option to
false, but we eventually plan to delete it assuming that we don't find serious regressions or issues. This PR adds a deprecation notice to the option.Updated as per this comment (thanks!).