Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Floating point conversions are slow on x86 #11

Open
@penberg

Description

@penberg

Commit a631581 ("x86,jit: Fix floating point conversion issues") fixed compatibility problems wrt. floating point conversions but turned every {float,double} -> {int,long} conversion into a CALL instruction. We should inline fastpath to generated code like CACAO, for example, does.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions