The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Need Some Advice from M17X owners

    Discussion in 'Alienware' started by tanamerra, Nov 21, 2008.

  1. tanamerra

    tanamerra Notebook Consultant

    Reputations:
    10
    Messages:
    248
    Likes Received:
    0
    Trophy Points:
    30
    Thinking about going to 64bit Vista.
    1. Is it difficult to make the change?
    2. About how long does it take?
    3. Any difficulties encountered?
    4. Worth the effort?
    5. Increased performance?
    6. Do i need to but the 64 bit Vista softwear?

    i am not a computer geek so any advice is appreciated.

    Thanks.
     
  2. Wishmaker

    Wishmaker BBQ Expert

    Reputations:
    379
    Messages:
    1,848
    Likes Received:
    35
    Trophy Points:
    66
    The net is full of VS between 32 and 64.

     
  3. Mystik

    Mystik Notebook Deity

    Reputations:
    164
    Messages:
    1,095
    Likes Received:
    0
    Trophy Points:
    55
    IMO, in the cases where applications run SLOWER under 64-bit, they're encountering one of a few possible things:

    Running in emulation modes (eg. 32-bit apps running in 64-bit oses)
    non-optimized native code (32-bit code, pasted into a 64-bit compiler)

    or even if some re-coding was done without full understanding of the optimizations available for 64-bit, it could actually slow the program down.

    if you compare a 32-bit app from a 32-bit os to a 32-bit app in a 64-bit os, you'll probably find that the 32-on-32 will run better... because there's no translation, but 32-on-64, there's translation, due to the fact that all the drivers are 64-bit and the program will need to talk to the drivers.

    When programming starts going more 64-bit oriented, we'll see a big improvement.