Hi Bastian, >- It seems that even on my dual-core iMac or MacBook Pro, REALbasic >only uses a single core to compile the code. Is that a fact or did I >do something wrong?
It's a fact. REALbasic applications can only use one processor. And the IDE is a REALbasic application. (When you want to build an app that uses several processors you can divide your functionality over two applications, one console app for some of it together with a GUI app for the rest and to control the console app.) >- Incremental compiling doesn't seem to have any real effect on my >compilation times I haven't paid attention to compiling speeds, but with 'Check Project for Errors (cmd-K)' I do see incremental speed boosts. >Should one write code in a certain way to change the compiler behaviour? Nah. Cheers, Marc _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
