aboutsummaryrefslogtreecommitdiff
path: root/riscv/gen_icache
AgeCommit message (Collapse)AuthorFilesLines
2015-01-02Reduce dependences on auto-generated codeAndrew Waterman1-3/+1
In particular, precompiled headers ideally won't depend on any.
2014-01-13Improve performance for branchy codeAndrew Waterman1-0/+9
We now use a heavily unrolled loop as the software I$, which allows the host machine's branch target prediction to associate target PCs with unique-ish host PCs.