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

get_effects() should pull from optimized cache if optimize == true #475

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

staticfloat
Copy link
Contributor

Without this, a custom interpreter that has better effects analysis after optimization is unable to surface its effects information to Cthulhu.

Without this, a custom interpreter that has better effects analysis
after optimization is unable to surface its effects information to
Cthulhu.
@vchuravy vchuravy requested a review from aviatesk October 26, 2023 17:13
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (2c33b9a) to head (62d458a).
Report is 10 commits behind head on master.

Files with missing lines Patch % Lines
src/reflection.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master    #475   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files           9       9           
  Lines        1556    1574   +18     
======================================
- Misses       1556    1574   +18     

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

@simeonschaub simeonschaub added the enhancement New feature or request label Sep 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants