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

Put back HILDE_MM stuff after merge. #1

Open
wants to merge 1 commit into
base: kb-string_rec-to-string
Choose a base branch
from

Conversation

hildeth
Copy link

@hildeth hildeth commented Jan 20, 2015

No description provided.

@hildeth
Copy link
Author

hildeth commented Jan 20, 2015

@Kyle-B , here you go!

Kyle-B pushed a commit that referenced this pull request Jun 25, 2015
Kyle-B pushed a commit that referenced this pull request Aug 19, 2015
The condition to replace = with PRIM_MOVE no longer
fires because we are doing insertReferenceTemps before
this code is run, and we did not in the past.

The fix is to track symbols storing addr_of the
ret argument. Two options for better fixes:
 - delay the insertion of reference temps until later
   in the program translation.
 - rework normalization for iterators so that
   there is no need to localize iterator symbols
   (possibly following Note #1 at the end
    of lowerIterators.cpp).
Kyle-B pushed a commit that referenced this pull request Aug 19, 2015
Fix localizeReturnSymbols to handle = with ref LHS

The condition to replace = with PRIM_MOVE no longer
fires because we are doing insertReferenceTemps before
this code is run, and we did not in the past.

The fix is to track symbols storing addr_of the
ret argument. Two options for better fixes:
 - delay the insertion of reference temps until later
   in the program translation.
 - rework normalization for iterators so that
   there is no need to localize iterator symbols
   (possibly following Note #1 at the end
    of lowerIterators.cpp).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant