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

Move segment functions into a separate, optional header #348

Merged
merged 4 commits into from
Jun 12, 2022

Conversation

athre0z
Copy link
Member

@athre0z athre0z commented Jun 6, 2022

This PR splits the segment functions from Utils.h into a separate header and source file and makes it an optional feature.

Most users won't need this API, and with the intention to extend this API to essentially replace most of what was previously provided via the raw instruction part, I think it makes sense to decouple it.

@athre0z athre0z added C-cleanup Category: Cleanup of code and refactoring work A-build Area: Build system labels Jun 6, 2022
@athre0z athre0z requested a review from flobernd June 6, 2022 15:53
Copy link
Member

@flobernd flobernd left a comment

Choose a reason for hiding this comment

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

LGTM!

@athre0z athre0z merged commit a941e96 into master Jun 12, 2022
@athre0z athre0z deleted the refactor/segment-api branch June 12, 2022 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-build Area: Build system C-cleanup Category: Cleanup of code and refactoring work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants