Announcement

Collapse
No announcement yet.

More Complex Assembly Code Gets Ported To C In Linux 4.6

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

  • More Complex Assembly Code Gets Ported To C In Linux 4.6

    Phoronix: More Complex Assembly Code Gets Ported To C In Linux 4.6

    In recent kernel cycles we've seen more and more x86 Assembly code get rewritten in C and for Linux 4.6 this process has continued...

    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
    Some statistics about the assembly code would be interesting to have read.
    Statistics such as how many lines of asm code have been removed and how many are left would.

    Comment


    • #3
      Read the linked pull request. It probably isn't as simple as that.

      Comment


      • #4
        Why are they doing this? Just to remove the human error factor that is significantly higher in Assembly than in C? Or for greater portability so as not to be as bound to the x86 platform by including assembly code (i.e. to allow compilers to handle compiling the kernel for non-x86 targets better) or what?

        Comment


        • #5
          Originally posted by rabcor View Post
          Why are they doing this? Just to remove the human error factor that is significantly higher in Assembly than in C? Or for greater portability so as not to be as bound to the x86 platform by including assembly code (i.e. to allow compilers to handle compiling the kernel for non-x86 targets better) or what?
          Performance, portability, maintainability.

          Comment

          Working...
          X