sablevm.processor.affinity patch
Chris Pickett <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, Here is my initial crack at support for processor affinity in SableVM. It lets you dictate which processors get used on a Linux 2.5.8+ SMP machine. I think there needs to be automatic detection at configure time not to use it if __NR_sched_setaffinity is not defined. Anyway, Greg asked me to send it as is. We would be interested in hearing from people who know how to do such a trick on other systems. svn diff -r3021:3064 svn+ssh://svn.sablevm.org/public/developers/chris/sandbox/setaffinity/ Cheers, Chris