github-actions[bot] commented on issue #4143:
Subscribe to Label Action
cc @cfallin, @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "cranelift:area:aarch64", "cranelift:area:x64", "cranelift:meta", "isle"Thus the following users have been cc'd because of the following labels:
- cfallin: isle
- fitzgen: isle
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
cfallin commented on issue #4143:
Thanks! Updated and fixed the deterministic-meta test (previously was skipping ISLE build entirely, now does so again); will merge with your r+.
bjorn3 commented on issue #4143:
For me cranelift-isle takes 10s to build. The full
cargo check -p cranelift-codegen
takes 25s.cargo build -p cranelift-codegen
takes 35s andcargo build -p cranelift-codegen --release
takes 50s. So it is not ideal, but not the biggest problem either. I will see if there are some easy wins to have.
fitzgen commented on issue #4143:
With a default configuration, an ISLE error looks like this during build:
```
--- stderr
Error building ISLE files: ISLE errors:parse error: Unexpected token Symbol("asdf")
To see a more detailed error report, run:
$ cargo check -p cranelift-codegen --features isle-errors
```
Any chance we could still have a source position in there when the
isle-errors
feature is not enabled?
cfallin commented on issue #4143:
Any chance we could still have a source position in there when the
isle-errors
feature is not enabled?Sure! #4151
Last updated: Nov 22 2024 at 17:03 UTC