Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micro optimize ControlObject::set() double vs double& #29

Merged
merged 1 commit into from Jun 30, 2013

Conversation

daschuer
Copy link
Member

This version is faster on 64 bit machines anyway. On 32 bit targets this version benefits from compatible method parameters. Not proved, because asm code is not comparable due to inter-function optimization. Bud it should not be worse.
see: https://github.com/mixxxdj/mixxx/pull/28/files#r4952818

@ywwg
Copy link
Member

ywwg commented Jun 30, 2013

These functions get called a lot, so even micro optimization is worth it. LGTM

@daschuer
Copy link
Member Author

Thank you for review

daschuer added a commit that referenced this pull request Jun 30, 2013
Micro optimize ControlObject::set() double vs double&
@daschuer daschuer merged commit fb7ebfd into mixxxdj:master Jun 30, 2013
@daschuer daschuer mentioned this pull request Dec 28, 2014
@daschuer daschuer mentioned this pull request Jun 11, 2018
11 tasks
daschuer pushed a commit that referenced this pull request Oct 22, 2019
Hotcue conflicts in LateNight, fix for Shade mini decks
Holzhaus pushed a commit to Holzhaus/mixxx that referenced this pull request Aug 23, 2020
m0dB pushed a commit to m0dB/mixxx that referenced this pull request Jan 21, 2024
- mixxx-devel as announcement channel until Zulip has default notification streams.
- Re-order options in order of read preference
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants