Skip to content

Excessive clock queries causing slowdown on freebsd #38877

@Keno

Description

@Keno

On freebsd, the jl_hrtime calls that we use to compute time spent in the compiler appear to be taking 70% of total execution time of compile-heavy julia processes. On linux it's not quite as bad, because this syscall has a special fastpath, but either way, this time is clearly excessive. cc @ianshmean who added this timer in #37678. At the very least, it should only be on in @time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciContinuous integrationsystem:freebsdAffects only FreeBSD

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions