You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.