Skip to content

Improve layout performance #28

Description

@ostef

In debug mode layout and drawing take too much time for the library to be integrated into a real application. We need to make the layout system more performant, or somehow compile the layout code separately with optimizations ON and link against that.

If we compile it into a separate lib we will probably need to make functions #c_call because the compiler does not have a well defined calling convention yet, so X64 and LLVM backends can't call each other.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions