From: CVS <do...@th...> - 2002-10-01 16:22:46
|
Update of /cvs/BasiliskII/src/uae_cpu/compiler Modified Files: compemu.h compemu_support.cpp Log Message: - Rewrite blockinfo allocator et al. Use a template class so that this can work with other types related to blockinfos. - Add new method to compute checksums. This should permit code inlining and follow-ups of const_jumps without breaking the lazy cache invalidator. aka. chain infos for checksuming. TODO: Incomplete support thus disabled. |