64 bit windows build

64 bit windows build

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

64 bit windows build

Post by abma »

Current development version is build for win64, too. The first build can be downloaded from the buildbot dir:

http://springrts.com/dl/buildbot/defaul ... 713/win64/

api.springfiles.com / pr-downloader (should) support it already, hopefully springlobby and other lobbies will follow.

http://api.springfiles.com/?category=engine_windows64

A lot of thanks to hokomoko and TurBoss who spent a lot of time making it work!


As a result of this work, mingwlibs for 64 bit were created: https://github.com/spring/mingwlibs64

very likely they will only work with the same compiler (gcc 4.9.3)
User avatar
TurBoss
Jauria RTS Developer
Posts: 89
Joined: 27 Jan 2014, 01:04

Re: 64 bit windows build

Post by TurBoss »

thanks to the dev team for their effort
hokomoko
Spring Developer
Posts: 593
Joined: 02 Jun 2014, 00:46

Re: 64 bit windows build

Post by hokomoko »

Note that if your system is 64 bit, it doesn't necessarily mean the 64 bit version will run faster on it.
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: 64 bit windows build

Post by Forboding Angel »

What is the main advantage here, more access to physical memory? That would be helpful if spring were to ever use over 1gb anyway :-D That said it's awesome that it's more "future proof" in this way.

tl;dr
Yay!
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: 64 bit windows build

Post by abma »

Forboding Angel wrote:What is the main advantage here, more access to physical memory? That would be helpful if spring were to ever use over 1gb anyway :-D That said it's awesome that it's more "future proof" in this way.
i guess thats the only real advantage here. it seems the 64 bit build is slower as the 32 bit build because of more memory usage / fewer cache hits.
User avatar
Forboding Angel
Evolution RTS Developer
Posts: 14673
Joined: 17 Nov 2005, 02:43

Re: 64 bit windows build

Post by Forboding Angel »

abma wrote:...It seems the 64 bit build is slower as the 32 bit build because of more memory usage / fewer cache hits.
Is this speed difference theoretical or tangible?
abma
Spring Developer
Posts: 3798
Joined: 01 Jun 2009, 00:08

Re: 64 bit windows build

Post by abma »

Forboding Angel wrote:Is this speed difference theoretical or tangible?
needs benchmark(s). i would expect a slowdown of ~5%, but thats just a wild guess.
Post Reply

Return to “Engine”