* Jonathan S. Shapiro: > Does anybody know the details of how C4 wanted to manipulate page tables > that Linux can't handle in it's current form? Why did they introduce > patches?
Someone who looked at the MRI source code told me that they use kernel patches to batch mmap/mprotect requests, so it's just a performance optimization (which could still be critically important). Whether that applies to C4 as well, I don't know. _______________________________________________ bitc-dev mailing list [email protected] http://www.coyotos.org/mailman/listinfo/bitc-dev
