Skip to content

Dependent libraries and static storage duration data #12

@suVrik

Description

@suVrik

Blink is amazing, but I can see a couple issues right now:

  1. Linked libraries. Many projects are designed in a modular way: executable and a bunch of libraries linked to it. Currently blink works only with compilation units linked directly to the executable;

  2. Static storage duration data. After the first hot reload addresses of static variables are changed, and these variables seem contain zero-initialized data. Would be nice if these variables keep the old addresses. Currently I have no idea how to resolve this issue;

  3. Sometimes blink and executable, blink is connected to, hang with the following message in terminal:
    Finished compiling "c:\my_project\source\foo.obj" with code 0.
    I'm trying to find the cause, but no success yet.

I'm working on these when I have some free time, so if you have any ideas, please, let me know.

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