Jump to content

I haven't experienced any bugs. The 64 bit version is stable, but I'm not sure if there is any benefit.

 

--Apparently there is some benefit. If you want, you can read this http://www.7tutorials.com/google-chrome-64-bit-it-better-32-bit-version (edit: This article was posted on 09/03/2014 , might be different)

The Internet is the first thing that humanity has built that humanity doesn't understand, the largest experiment in anarchy that we have ever had.

Link to comment
https://linustechtips.com/topic/307192-chrome-32bit-or-64bit/#findComment-4173806
Share on other sites

Link to post
Share on other sites

I haven't experienced any bugs. The 64 bit version is stable, but I'm not sure if there is any benefit.

 

--Apparently there is some benefit. If you want, you can read this http://www.7tutorials.com/google-chrome-64-bit-it-better-32-bit-version

 

64-bit applications are faster in theory, but in practice the differences can be small.

Link to comment
https://linustechtips.com/topic/307192-chrome-32bit-or-64bit/#findComment-4173812
Share on other sites

Link to post
Share on other sites

64-bit applications are faster in theory, but in practice the differences can be small.

 

It's said that it apparently speeds up video rendering and video decoding.

The Internet is the first thing that humanity has built that humanity doesn't understand, the largest experiment in anarchy that we have ever had.

Link to comment
https://linustechtips.com/topic/307192-chrome-32bit-or-64bit/#findComment-4173820
Share on other sites

Link to post
Share on other sites

4930k I goddamn hope so

 

get 64bit so Windows can marginally better deal with when chrome will inevitable eat your RAM like a fat child with chocolate cake. 

 

This is too true.

The Internet is the first thing that humanity has built that humanity doesn't understand, the largest experiment in anarchy that we have ever had.

Link to comment
https://linustechtips.com/topic/307192-chrome-32bit-or-64bit/#findComment-4173822
Share on other sites

Link to post
Share on other sites

It's said that it apparently speeds up video rendering and video decoding.

 

The main advantage of the 64-bit architecture for general computing is that is includes double the CPU registers of 32-bit, which means fewer memory calls, which are slow. It also includes the SSE instructions which are useful for digital signal and graphics processing, as you mentioned.

Link to comment
https://linustechtips.com/topic/307192-chrome-32bit-or-64bit/#findComment-4173884
Share on other sites

Link to post
Share on other sites

The main advantage of the 64-bit architecture for general computing is that is includes double the CPU registers of 32-bit, which means fewer memory calls, which are slow. It also includes the SSE instructions which are useful for digital signal and graphics processing, as you mentioned.

 

How much more RAM usage does this create?

The Internet is the first thing that humanity has built that humanity doesn't understand, the largest experiment in anarchy that we have ever had.

Link to comment
https://linustechtips.com/topic/307192-chrome-32bit-or-64bit/#findComment-4174025
Share on other sites

Link to post
Share on other sites

How much more RAM usage does this create?

 

Storing data in CPU registers instead of the stack is both faster and thus uses less memory. However, 64-bit code overall can use more memory because 64-bit memory addresses occupy double the space as 32-bit addresses. So it's a tradeoff in some ways; you're giving up usable memory for speed.

 

The main advantage of 64-bit remains the ability to address up to 256 TB of memory, though.

Link to comment
https://linustechtips.com/topic/307192-chrome-32bit-or-64bit/#findComment-4174053
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×