Re: [Sablevm-developer] sablevm
Brought to you by:
egagnon
From: John L. <je...@pi...> - 2000-08-28 01:32:14
|
> John Leuner wrote: > > So this effectively acquires a mutex for that class and for that method. A > > very good solution. My mutex blocks any thread in any class trying to > > resolve a virtual method. > > The drawback of my solution is space: 1 mutex/method... If this becomes > critical, we can revert to your solution. It shouldn't be a problem. But even if it does become a problem, it's better to try a more complex way of maintaining yours than to impose the performance penalty that my solution has. |