Skip to content

tmp/task_binary is recompiled unnecessarily before many tasks #5

@BrucePerens

Description

@BrucePerens

The tmp/tasks_binary is recompiled before every task, as far as I can tell. It is often not necessary. If the source has not been modified since the binary was generated, there should not be a recompile. To determine this, parse the require statements in the source files, and nothing else, and stat the files for their modification dates. There are macro methods of receiving external input that could make the source stale, but they are rare and not worth checking.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions