Search found 2 matches

by ja've
Fri 09 Feb, 2018 4:24 pm
Forum: Merged patches
Topic: [path] performance bugfix
Replies: 3
Views: 4891

Re: [path] performance bugfix

To apply the patch, I normally copy/paste the diff-code in a file and then do something like: # cd ~/code/pcem # hg patch ../patches/pcem_perffix.patch But I put the patch file as attachment to make things easier and more in line with other people posting patches here. (it's a cleaner version with 8...
by ja've
Thu 08 Feb, 2018 6:36 pm
Forum: Merged patches
Topic: [path] performance bugfix
Replies: 3
Views: 4891

[path] performance bugfix

Running on Arch Linux, I noticed that the linux64-wx-sdl2 program hogs the CPU a lot ... Like 100% .. all the time. I know emulation of all the hardware is cpu-intensive, but not to this extent. With OProfile I noticed that one thread of sound.c was the guilty one. And after some investigation, I no...