Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

differance between 32bit and 64bit processors

  • 15-03-2006 12:13pm
    #1
    Closed Accounts Posts: 658 ✭✭✭


    So what is the differance? i need to know for a uni project and all i can find on the web is benchmarking stats and people saying that 64bit is better. i need to know why and how it is better. i know it can access more memory and can perform more calculations at one time but i need a link to something that explains how it does it.

    cheers


Comments

  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    ok, 32 bit processor can address 32 ^ 2 bits of memory, 64 bit processors can address 64 ^2 bits of memory.

    64 bit processors also have 64 bit registers and use 64 bit wide processing units (for integers for example).

    There's nothing inherantly "better" about 64bit unless you need to access more than 4GB of address space. In fact, equivalent 64bit programs will use more memory at runtime then their 32bit counterparts.


  • Closed Accounts Posts: 39 dogbert_the_dog


    try this.....

    http://en.wikipedia.org/wiki/64-bit


    seems pretty comprehensive


  • Registered Users, Registered Users 2 Posts: 37,485 ✭✭✭✭Khannie


    Ah, wikipedia ftw. :D


Advertisement