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

Cleverly create bind amount, not calculate them upon jIT #1110

Merged
merged 2 commits into from
Jun 9, 2024
Merged

Conversation

ice1000
Copy link
Member

@ice1000 ice1000 commented Jun 9, 2024

Fix #1066

@ice1000 ice1000 added this to the v0.33 milestone Jun 9, 2024
@ice1000 ice1000 added the jit label Jun 9, 2024
Copy link

codecov bot commented Jun 9, 2024

Codecov Report

Attention: Patch coverage is 90.32258% with 3 lines in your changes missing coverage. Please review.

Project coverage is 79.17%. Comparing base (4ae26e9) to head (a35c905).
Report is 2 commits behind head on main.

Files Patch % Lines
...ain/java/org/aya/resolve/context/ModuleSymbol.java 80.00% 1 Missing ⚠️
.../main/java/org/aya/compiler/PatternSerializer.java 80.00% 0 Missing and 1 partial ⚠️
...x/src/main/java/org/aya/syntax/core/term/Term.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1110   +/-   ##
=========================================
  Coverage     79.17%   79.17%           
+ Complexity     3261     3258    -3     
=========================================
  Files           300      300           
  Lines          9904     9903    -1     
  Branches       1178     1178           
=========================================
  Hits           7841     7841           
+ Misses         1411     1410    -1     
  Partials        652      652           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ice1000 ice1000 merged commit a3989b4 into main Jun 9, 2024
6 checks passed
@ice1000 ice1000 deleted the exciting branch June 9, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Matching.bindCount
1 participant