Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make precache() cleaner and more efficient (esp8266#8903)
No need to issue a MEMW instrunction per load from each cache line. Only once after the last load is sufficient. MEMW ensures that all previous load, store, acquire, release, prefetch, and cache instructions perform before performing any subsequent load, store, acquire, release, prefetch, or cache instructions. -- MEMW (Memory Wait), 6. Instruction Descriptions, Xtensa ISA Reference Manual (p.409)
- Loading branch information