Perfomance tips & tricks (solution for newbie)

[ARCHIVED] About PearPC, a mostly obsolete PPC Mac emulator for Windows and Linux to run MacOS X 10.1 up to 10.4. Using QEMU is now recommended.

Moderators: Cat_7, Ronald P. Regensburg

Locked
Llama
Student Driver
Posts: 21
Joined: Wed May 26, 2004 4:22 pm

Perfomance tips & tricks (solution for newbie)

Post by Llama »

Hi all. Here goes some trick for to get more speed in MacOS.
0) Get latest version from CVS.
1) when compiling, do

Code: Select all

./configure --enable-gui --enable-cpu=jitc_x86 --enable-release 
2) In Makefile change all -O2 to -O3
3) resolution 800x600 seems to be faster then 1024x768
4) memory_size=0x10000000 - It's 256 Mb RAM - set it if is dont force to use swap (however on my linux host wit 512 RAM swap turned off at all ;) )
5) redraw_interval_msec = 50 - paly with it in lower size if you are brave. It may help.

It all trick that I konw for now. Contribution suggested ;)
prasys
Forum All-Star
Posts: 548
Joined: Sun May 23, 2004 7:41 am
Location: MY
Contact:

Post by prasys »

Nice tip,

Let me explain , a step detail

A compiler is , a application where it complies c++ codes , VB Codes and other codes..They are tons compilers at Download.com or u could do a Google search
ataxy
Master Emulator
Posts: 374
Joined: Sun Jan 25, 2004 3:49 pm
Location: Canada
Contact:

Post by ataxy »

let me add something... maybe you should explain first to people how to download files from a cvs as without this the rest of the post is useless (well at least for newbies)
l_lama

Post by l_lama »

CVS usage instructions is here. 0.2pre is in ppc_0_1_branch branch.
http://pearpc.sourceforge.net/downloads.html
When I tell newbe I mean MacOS X or pearpc newbe.
Locked