-
Notifications
You must be signed in to change notification settings - Fork 137
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
Cleanup reference tracking #2969
Cleanup reference tracking #2969
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
…dence into supun/cleanup-reference-tracking
Cadence Benchstat comparisonThis branch with compared with the base branch onflow:feature/stable-cadence commit 84bb2c1 Collapsed results for better readability
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## feature/stable-cadence #2969 +/- ##
==========================================================
+ Coverage 80.09% 80.11% +0.01%
==========================================================
Files 348 348
Lines 81814 81774 -40
==========================================================
- Hits 65532 65514 -18
+ Misses 13963 13944 -19
+ Partials 2319 2316 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Follow-up for #2968
Description
Since #2968 introduced a check for checking the reference validity (only for ephemeral references) at the end of each expression evaluation (similar to resource validity), it is no longer required to check the validity of ephemeral references before each operation explicitly.
This PR clean-sup that tech debt.
master
branchFiles changed
in the Github PR explorer