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 C++ function names cut too early #158

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

jmalmari
Copy link

@jmalmari jmalmari commented Oct 19, 2024

In orbtop some c++ names were cut. For example: unsigned long& std::__pair_get<1u, where parsing ended at first > occurence, instead of the last.


Suggested method here always makes an additional copy but this was safest/easiest way to go forward. Performance hit?

@mubes
Copy link
Collaborator

mubes commented Oct 22, 2024

The performance hit is OK since it only happens when the functions table is built. Thanks! Merged.

@mubes mubes merged commit 2cb0bd6 into orbcode:main Oct 22, 2024
3 checks passed
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.

2 participants