Considering future work on cache/buffer/MMU, I think it is a good time to step back and implement the fence instruction. So far we have treated it as a nop; I think now we can add a basic skeleton for it, still finishing it immediately like a nop but leaving space to do real stuff if cache/buffer is there. It would be good for us to research into this and share our opinions here
Considering future work on cache/buffer/MMU, I think it is a good time to step back and implement the fence instruction. So far we have treated it as a nop; I think now we can add a basic skeleton for it, still finishing it immediately like a nop but leaving space to do real stuff if cache/buffer is there. It would be good for us to research into this and share our opinions here