Skip to content

Improvement of linker - symbols in binary tree #3

@VladisM

Description

@VladisM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions