c++.dos.32-bits - Bus speed
- "Imran Haider" <absolute1008 hotmail.com> Oct 27 2001
- "Walter" <walter digitalmars.com> Nov 02 2001
Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi. When a program in a 32-bit machine accesses a 8-bit data, is it = slower than accessing a 32-bit data (since the bus is 32-bit). If it = is slow, can you tell me how much slower? Thanks...
Oct 27 2001
That would be highly dependent on your particular CPU and its configuration. I suggest writing a small program and timing it! "Imran Haider" <absolute1008 hotmail.com> wrote in message news:9rsicp$27o7$1 digitaldaemon.com... Hi. When a program in a 32-bit machine accesses a 8-bit data, is it slower than accessing a 32-bit data (since the bus is 32-bit). If it is slow, can you tell me how much slower? Thanks...
Nov 02 2001








"Walter" <walter digitalmars.com>