Skip to content
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

C#: range analysis #4194

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Conversation

tamasvajk
Copy link
Contributor

No description provided.

@tamasvajk tamasvajk added the C# label Sep 2, 2020
@tamasvajk tamasvajk force-pushed the feature/range-analysis branch from efbe6d9 to 0fe5cf6 Compare September 10, 2020 13:46
@github-actions github-actions bot added the Java label Sep 10, 2020
@tamasvajk tamasvajk force-pushed the feature/range-analysis branch from f6be59d to 96a19f0 Compare September 11, 2020 08:44
| A.java:9:16:9:16 | x | ZeroBound | 400 | upper | ... > ... |
| A.java:9:16:9:20 | ... + ... | SsaBound | 1 | lower | ... == ... |
| A.java:9:16:9:20 | ... + ... | SsaBound | 1 | lower | NoReason |
| A.java:9:16:9:20 | ... + ... | ZeroBound | 302 | lower | ... > ... |
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is true, but >= 602 is also true, and it's stricter.

@tamasvajk tamasvajk force-pushed the feature/range-analysis branch from 747845d to 28a1f89 Compare September 15, 2020 12:11
@tamasvajk tamasvajk force-pushed the feature/range-analysis branch from 28a1f89 to 7363196 Compare September 24, 2020 09:43
@tamasvajk tamasvajk force-pushed the feature/range-analysis branch 3 times, most recently from 44c2284 to 358a11d Compare September 25, 2020 12:38
@tamasvajk tamasvajk force-pushed the feature/range-analysis branch from 358a11d to cc6bf75 Compare September 25, 2020 12:42
@tamasvajk tamasvajk force-pushed the feature/range-analysis branch from cc6bf75 to 78d7e25 Compare September 25, 2020 14:58
@tamasvajk
Copy link
Contributor Author

This PR depends on #4349. It should be rebase from that branch/PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant