Skip to content

Conversation

@thg2k
Copy link
Contributor

@thg2k thg2k commented Dec 23, 2025

Since 8.4 there are two almost identical copies (minus the sentinel) of the features array.

Being an internal static array, there is no need for the sentinel, thus the related check inside the loop is no longer needed.

Simplifies the code, reduces the size of the compile product, and improves maintainability.

Also, some coding style fixes.

Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

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

MSTM but can you split the whitespace changes into a different commit that can be merged separately?

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.

2 participants