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

Floating point conversions are slow on x86 #11

Open
penberg opened this issue Mar 31, 2011 · 0 comments
Open

Floating point conversions are slow on x86 #11

penberg opened this issue Mar 31, 2011 · 0 comments

Comments

@penberg
Copy link
Member

penberg commented Mar 31, 2011

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant