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

Fix refct pruning not removing refct op with tail call. #2349

Merged
merged 1 commit into from
Apr 24, 2017

Conversation

sklam
Copy link
Member

@sklam sklam commented Apr 24, 2017

Also, add test to check refct pruning behavior.

(Followup to #2346)

More notes:
I slightly refactored the remove_redundant_nrt_refct so that it is easier to test with a string input.

Add test to check refct pruning behavior
@codecov-io
Copy link

codecov-io commented Apr 24, 2017

Codecov Report

Merging #2349 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2349      +/-   ##
==========================================
+ Coverage   86.66%   86.66%   +<.01%     
==========================================
  Files         317      317              
  Lines       58412    58437      +25     
  Branches     6027     6032       +5     
==========================================
+ Hits        50620    50645      +25     
  Misses       6830     6830              
  Partials      962      962

@seibert seibert merged commit b4cff29 into numba:master Apr 24, 2017
@sklam sklam deleted the fix/removerefct branch November 13, 2018 23:37
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.

3 participants