Chun Tian (binghe) wrote: > Hi, rtoy > > I tried to run CMUCL on Solaris 10 today. The downloaded > cmucl-2008-08-sparcv9-solaris8.tar.bz2 works fine, but I have some > questions: > > 1) CMUCL on sparc is a 32-bit application (though Solaris 10 only > support 64-bit SPARC CPU), am I right?
Yes, that's correct. But all versions of solaris support 32-bits apps just fine. > 2) There's no MP support on sparc (because I see no :MP in *features*), > am I right? That's also correct. I think it's possible to add MP, but I've never needed it, so I never did. Don't think it would be too hard to do; basically port over a few vops for stack switching/copying, and update some of the stuff in multiproc.lisp to handle alien objects correctly. I thinnk. Ray