Announcement

Collapse
No announcement yet.

Linux x32 Is Made Easier With Ubuntu 13.04

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Linux x32 Is Made Easier With Ubuntu 13.04

    Phoronix: Linux x32 Is Made Easier With Ubuntu 13.04

    While there isn't yet a release yet of Ubuntu in the Linux x32 ABI flavor, some packages now found in Ubuntu 13.04 make it easier to setup this binary interface that brings some 64-bit advantages to the 32-bit world...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    Sounds cool Michael, excited to see the result.

    Comment


    • #3
      binary interface that brings some 64-bit advantages to the 32-bit world.
      No, that's the other way round. It brings some 32-bit advantages to the 64-bit world, if you want to use such a construct.

      Comment


      • #4
        if programs are compiled as x32, which libraries will they link to? x86 libraries, or x64 libraries?

        Comment


        • #5
          Originally posted by Sonadow View Post
          if programs are compiled as x32, which libraries will they link to? x86 libraries, or x64 libraries?
          None of them. They will link to x32 libraries.

          Comment


          • #6
            Indeed, x32 is its own architecture in that regard.

            Comment


            • #7
              Originally posted by TAXI View Post
              None of them. They will link to x32 libraries.
              So, the next question... what sort of compatibility in a multi-lib system can we expect?

              The processor is 64-bit and is using the x86-64 instruction set, but with 32-bit pointers... so it's a bit of a hybrid.

              Will we get the lowest-common-denominator (i.e. x86), or do we also get compatibility with 64-bit libraries/programs?

              Or is x32 special and can only run x32 code?

              Comment


              • #8
                Originally posted by GreatEmerald View Post
                Indeed, x32 is its own architecture in that regard.
                Which is what puzzles me about why it's deemed necessary. As far as I can tell, its only advantage is that it gains some of the performance benefits of 64-bit hardware, without the extra memory use that comes from doubling the size of every pointer. That's not a big advantage, considering the hit you're taking from having to install duplicates of every library from glibc through to KDE/Gnome - and if you're actually running a mix of both x32 and x86_64, having to have both sets of libraries loaded into memory. Is anyone actually going to be coming out ahead by using this?

                Comment


                • #9
                  Originally posted by GreatEmerald View Post
                  No, that's the other way round. It brings some 32-bit advantages to the 64-bit world, if you want to use such a construct.
                  Most appropriate to say that it brings AMD64 advantages (more registers, newer instructions, new calling convention) to the 32-bit world that doesn't need or want the larger address space and pointer size.

                  Comment


                  • #10
                    Originally posted by Delgarde View Post
                    Which is what puzzles me about why it's deemed necessary. As far as I can tell, its only advantage is that it gains some of the performance benefits of 64-bit hardware, without the extra memory use that comes from doubling the size of every pointer. That's not a big advantage, considering the hit you're taking from having to install duplicates of every library from glibc through to KDE/Gnome - and if you're actually running a mix of both x32 and x86_64, having to have both sets of libraries loaded into memory. Is anyone actually going to be coming out ahead by using this?
                    Thats exactly what it does Delgarde, you get the performance benefits of the 64bit, without the memory implications. So say you've got a brand new CPU but only 1gig of memory (for whatever reason) x32 is your best option.
                    All opinions are my own not those of my employer if you know who they are.

                    Comment

                    Working...
                    X