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

[Swift Binding] See about making Node reduction rules static #2691

Open
Tracked by #95633
stephen-hawley opened this issue Sep 25, 2024 · 0 comments
Open
Tracked by #95633

[Swift Binding] See about making Node reduction rules static #2691

stephen-hawley opened this issue Sep 25, 2024 · 0 comments
Assignees
Labels
area-SwiftBindings Swift bindings for .NET

Comments

@stephen-hawley
Copy link

The Swift5Reducer used non-static rules, mostly to get access to the demangled symbol. That can probably be passed in the reducer function. When used repeatedly, this will cut the overhead of making the rules collection.
In addition, the reduce function takes a string which is not currently used. Maybe get rid of that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-SwiftBindings Swift bindings for .NET
Projects
None yet
Development

No branches or pull requests

1 participant