Skip to content

PrecompileTools causes runtime performance lost #33

Description

@Moelf

on top of this PR, if I include back a precompile workload:

@compile_workload begin
    print("Precompiling main workload: ")
    main()
end

I can see that the time recorded at run time becomes worse:

Processing time (w/o IO): 19 milliseconds
Processing time (w/o IO): 20 milliseconds
Processing time (w/o IO): 19 milliseconds

to

Processing time (w/o IO): 25 milliseconds
Processing time (w/o IO): 26 milliseconds
Processing time (w/o IO): 25 milliseconds

what's the mechanism for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions