Skip to content

Implement --ujit-call-threshold #17

@maximecb

Description

@maximecb

There is currently a definition in ujit.h

#define UJIT_CALL_THRESHOLD (1u)

We should make this a command-line argument. That will enable us to set the threshold to 1 when running make check or make btest, so that we can catch as many bugs as possible, but it will also eventually enable us to tune the threshold to maximize performance.

Note: the command line argument parsing code should check that the minimum value is 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions