Author Topic: 64-Bit  (Read 4899 times)

WhiteHatHacker

  • Newbie
  • *
  • Posts: 11
    • View Profile
64-Bit
« on: December 10, 2012, 09:41:48 pm »
I'm starting to look into working on a 64-bit version for 10.04.

What issues have you guys noticed when dealing with LinuxMCE 64-bit versions that I should keep an eye out for?

The biggest complaint I've seen is MythTV.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: 64-Bit
« Reply #1 on: December 10, 2012, 11:35:21 pm »
There are heaps of packages that will not build under 64, and 64 provides no real gain whatsoever under a bus heavy load with the project code we use.

Gotta understand approx 94% of the "64 bit specific" packages out there do not utilize the extra instruction sets... at all. 64 DOES provide some performance gains in a lot of niche areas... we are not one of them. It would be nice to support it... but primarily that support is so people can "feel" as though it is performing better. It really makes no difference in execution.

64 bit, for the most part, is part of the required "improvement" mandated by Moore's law with regard to marketing by companies who refuse to ACTUALLY move forward to asyncronous processing.

Rants aside... it will not hurt anyones feelings if you fix 64 bit support... however it will require an understanding of our architecture, and probably a full builder... for which there is a lot of magic necessary which is undocumented in 1004.

Drop into IRC if you really want to undertake this arm of development.
I never quit... I just ping out.

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: 64-Bit
« Reply #2 on: December 11, 2012, 02:28:10 pm »
Just a small note: I did do some 64bit builds. The packages are in the regular repo, but quite out of date. And yes, quite a few packages do not build, mainly the MAME packages have problems, iirc.

l3mce

  • NEEDS to work for LinuxMCE
  • ***
  • Posts: 1084
    • View Profile
Re: 64-Bit
« Reply #3 on: December 11, 2012, 05:29:46 pm »
posde's experience is a whole lot more reliable than mine ;)
I never quit... I just ping out.

WhiteHatHacker

  • Newbie
  • *
  • Posts: 11
    • View Profile
Re: 64-Bit
« Reply #4 on: December 11, 2012, 05:56:24 pm »
I appreciate it. I'm finishing up a couple java projects this week, I will get back to you guys when I'm ready to begin.