| Re: [hatari-devel] OS X performance problem | 
[ Thread Index | 
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
] 
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] OS X performance problem
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Wed, 28 May 2014 10:45:37 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed;        d=gmail.com; s=20120113;        h=mime-version:in-reply-to:references:from:date:message-id:subject:to         :content-type:content-transfer-encoding;        bh=iyu9udL/X0a0A45eMDvqngVES5W1pS2JIPoBvKiI8Wk=;        b=iUQsYfMNYD6e8b1Bb9O1pS6n8VWDjElWuGUDZlS+hGzTRfgJA+3ont5sD/MAhvVsch         uGRkRzBbklqlTOF2Jej4yYyhzY918ZAVrAx+fFgUWnjtSl/VDuYRkMgu+AEqu5ivmocI         DUxIRks9/8ZRNbjwYRS2zGO2hB/MXcobM31NUSCMcGKu1zHnLNd7Js0em8ZarFAdLX+i         f0GHypR7ceZtmEsFzLxIZhZXNqM+PlSXWlzcX5i0P7xaiL/j1dgiNX1eg7xW1PKClvFi         VZ/sdvDQfimlj9wUF1Gm0IeOdJUwLRrEfLfjKfhSDl22MVafKbB1gm7XbZONYb9hVs9X         uKuw==
On Wed, May 28, 2014 at 3:28 AM, Bob Carpenter <hatari@xxxxxxxxxx> wrote:
> I was able to compile the new devel version with little problem. Unfortunately, Hatari’s performance is so slow as to make it unusable. Right now, I have no idea where the problem is located. I downloaded the released 1.7 code to make sure nothing had changed in Xcode that would cause the poor performance. That worked fine.
>
> I also happened to download the source code on 22 May to try to understand the OS X interface. I could compile that version of Hatari without any speed penalty.
>
> I downloaded the Windows hourly binary from Christer’s website and it performs normally as well so it appears the problem is either on my compilation or with the OS X binary. Would it make any sense to try to compile Hatari without getting any of the OS X interface? I have tried to do that in the past without any success.
>
Are you familiar with the Terminal? Can you try to give
--disable-osx-bundle to configure before compiling?
../configure --disable-osx-bundle
make
../src/hatari