Xref: utzoo comp.os.msdos.programmer:3831 comp.windows.ms.programmer:1256 Path: utzoo!news-server.csri.toronto.edu!rutgers!usc!wuarchive!rex!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.os.msdos.programmer,comp.windows.ms.programmer Subject: BCX vsBC Message-ID: <27380@uflorida.cis.ufl.EDU> Date: 9 Mar 91 19:12:11 GMT Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 28 Has anyone felt a noticeable difference between running Borland C++ in and out of protected mode. I ran some bench marks of the BCC and BCCX and got times within 10% of each other most of the time: 8K file included Windows.h prcompiled headers on 24 SECONDS using BCC " " BCX 13 SECONDS using BCC -Qe or -Qx This is with 33mhz 386, 8MB of RAM, configured as follows: 2MB disk cache (NCACHE-F EXT=2048) 1MB for DOS (+384K of shadowing) 5MB for whatever else wants it, configured as XMS I have tried using -Qx, -Qe, BC, BCCX, BCX, BCC, and disabling/enabling a greater cache and I have YET to notice major increases in speed! One other note....one of the .PRJ files for Windows that came with it compiled in 20 minuites!! It ran out of memory in about 1 minute, (before it finished the include files) and spent the rest of the time swapping. I don't even remember which one it was! This is NTO a good a sign...\ Brian