Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-06-11 | common/host_memory: Implement a fallback if fastmem fails. | Markus Wick | 1 | -0/+4 | |
This falls back to the old approach of using a virtual buffer. Windows is untested, but this build should fix support for Windows < 10 v1803. However without fastmem support at all. | |||||
2021-06-11 | common/host_memory: Optimize for huge tables. | Markus Wick | 1 | -1/+5 | |
In theory, if we have 2 MB continously mapped, this should save one layer of TLB. Let's make it at least more likely by aligning the memory. | |||||
2021-06-11 | common/host_memory: Add interface and Windows implementation | ReinUsesLisp | 1 | -0/+62 | |