Jeremy Larkin
Jeremy Larkin
Hi @zchee thanks for the PR! It does seem that we never originally put a `Makefile` build dependency between the `cpu/cpu.go` file and the generated `*.s` files. When a new...
Ah yes, this would be good to add. I had done this manually early on by just commenting out the module, but it would nice to formally support it.
Hey @carlsverre, thanks so much for the PR! Sorry I've been unable to get some eyes on this, but I'll take a look.
Oh that's an interesting idea! Assuming `N` files, would you expect that at least `N-1` files could be mapped evenly to a page size? I suspect you wouldn't want gaps...