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

dart2js / DDC: add tests for consistency of identical and == under optimizations. #35199

Open
rakudrama opened this issue Nov 16, 2018 · 0 comments
Assignees
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. web-dart2js

Comments

@rakudrama
Copy link
Member

rakudrama commented Nov 16, 2018

The optimized code should behave the same as unoptimized.
We can check this by comparing the result if the 'identical' tear-off with calls in various static contexts.

In particular, check: 0, 0.0, -0.0, NaN.

@rakudrama rakudrama self-assigned this Nov 16, 2018
@vsmenon vsmenon added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Jul 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. web-dart2js
Projects
None yet
Development

No branches or pull requests

2 participants