Skip to content

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

Open

Description

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

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions