Skip to content

tmp/task_binary is recompiled unnecessarily before many tasks #5

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.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions