Skip to content

Conversation

@thaystg
Copy link
Member

@thaystg thaystg commented Jan 7, 2022

On save_seq_points function we loop in this td->basic_blocks list, but this block was not being added so we could not step correctly on iOS.

@thaystg thaystg requested a review from vargaz as a code owner January 7, 2022 20:58
@ghost ghost assigned thaystg Jan 7, 2022
@ghost
Copy link

ghost commented Jan 7, 2022

Tagging subscribers to this area: @BrzVlad
See info in area-owners.md if you want to be subscribed.

Issue Details

On save_seq_points function we loop in this td->basic_blocks list, but this block was not being added so we could not step correctly on iOS.

Author: thaystg
Assignees: thaystg
Labels:

area-Codegen-Interpreter-mono

Milestone: -

}

static void
add_bb_to_basic_blocks(TransformData *td, InterpBasicBlock *bb)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really see the usefulness of this method

Copy link
Member Author

@thaystg thaystg Jan 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed the function.

@marek-safar
Copy link
Contributor

Should this be backported?

@thaystg
Copy link
Member Author

thaystg commented Jan 11, 2022

Should this be backported?

I think so. I'm not sure if to 6.0 or to 6.0maui.

@marek-safar
Copy link
Contributor

6.0maui at this point

@thaystg
Copy link
Member Author

thaystg commented Jan 11, 2022

/backport to release/6.0maui

@github-actions
Copy link
Contributor

Started backporting to release/6.0maui: https://github.com/dotnet/runtime/actions/runs/1682928588

@github-actions
Copy link
Contributor

@thaystg an error occurred while backporting to release/6.0maui, please check the run log for details!

Error: The specified backport target branch release/6.0maui wasn't found in the repo.

@thaystg
Copy link
Member Author

thaystg commented Jan 11, 2022

/backport to release/6.0-maui

@github-actions
Copy link
Contributor

Started backporting to release/6.0-maui: https://github.com/dotnet/runtime/actions/runs/1682945058

@thaystg thaystg merged commit 59b55a2 into dotnet:main Jan 11, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants