240 发简信
IP属地:加州
  • Python basic plot code

    import matplotlib.pyplot as plt import numpy as np data = np.loadtxt('NF...

  • Branch Predictor

    1.BHT (too much hardware) every branch has a private counter(SN WN WT ST...

  • Compatibility - from Memory Consistency

    Take x86 as an example, it allows compiler to rearrange the order of Sto...

    126 1 1
  • Resize,w 360,h 240
    Memory Consistency

    Memory Consistency is talking about how to deal with problems like store...