Skip to content

Repository: unify definitionsFor*() and optimize definitionFor*()

Igor Kushnir requested to merge work/unify-and-optimize-definitions-for into master

The definitionsFor*() functions are not used anywhere. Yet, the actually used definitionFor*() functions were implemented in terms of these unused ones, which adversely affected their performance.

See the commit messages for details.

Merge request reports