* initial (not yet enabled) support for binding mixer threads to CPUs to reduce scheduling overhead and cache misses (gives avg. 10% performance boost)
* merged mixer-thread with first worker-thread - no more duplicate code for single- and multicore processing and better scheduling on multicore systems git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1803 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
10
ChangeLog
10
ChangeLog
@@ -1,5 +1,15 @@
|
||||
2008-10-25 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
|
||||
|
||||
* include/mixer.h:
|
||||
* src/core/mixer.cpp:
|
||||
* src/core/project_renderer.cpp:
|
||||
- initial (not yet enabled) support for binding mixer threads to CPUs to
|
||||
reduce scheduling overhead and cache misses (gives avg. 10% performance
|
||||
boost)
|
||||
- merged mixer-thread with first worker-thread - no more duplicate
|
||||
code for single- and multicore processing and better scheduling
|
||||
on multicore systems
|
||||
|
||||
* include/automatable_model.h:
|
||||
* src/core/automatable_model.cpp:
|
||||
* src/core/audio/audio_alsa.cpp:
|
||||
|
||||
Reference in New Issue
Block a user