VladisM/m2tools

Improvement of linker - symbols in binary tree

VladisM opened this issue · 0 comments

At this moment, linker is storing symbols in double linked list. It is easy and lazy way, but performance is suffering from this solution. It would be great to generate binary tree from symbols and use this for searching symbols in linking phase.