Skip to content

Do not attempt to short-circuit calls with concrete arguments #190

@pschanely

Description

@pschanely

Noted by @petrusboniatus in #187 (reply in thread)_

One thing that came as a shock to me is that without precomputing the hash outside the function it does not end ...

If you make many calls (in this case ~30) to short-circuit-able functions like hash(), is likely that at least one of them will short-circuit. But we want at least some number of executions to avoid them all (and probably some to use them all). But in this case, it's especially sad because all the arguments are concrete. At the very least, we should never short-circuit when given concrete arguments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions