johnsonjh/gohighway

View on GitHub

Showing 4 of 10 total issues

File sum.py has 293 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import peachpy.x86_64


class State:
    def __init__(self):
Severity: Minor
Found in sum.py - About 3 hrs to fix

    Function update has 37 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    def update(plo, phi, state):
        PADDQ(state.v1lo, plo)
        PADDQ(state.v1hi, phi)
        PADDQ(state.v1lo, state.mul0lo)
        PADDQ(state.v1hi, state.mul0hi)
    Severity: Minor
    Found in sum.py - About 1 hr to fix

      Function memcpy16 has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      def memcpy16(xmm0, p, l):
      
          b = GeneralPurposeRegister64()
          offs = GeneralPurposeRegister64()
          XOR(offs, offs)
      Severity: Minor
      Found in sum.py - About 1 hr to fix

        Function zipper has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

        def zipper(mask, mlo, mhi, vlo, vhi):
        Severity: Minor
        Found in sum.py - About 35 mins to fix
          Severity
          Category
          Status
          Source
          Language