Re: SMP Support Next Steps

2016-05-20 Thread Gedare Bloom
Great work. After the lock split is done, we should try to get updated coverage reports to identify gaps in the test suite. On Fri, May 20, 2016 at 10:26 AM, Sebastian Huber wrote: > Hello, > > the Giant lock elimination is now done. > > The next step is to split up the CORE mutex implementation

SMP Support Next Steps

2016-05-20 Thread Sebastian Huber
Hello, the Giant lock elimination is now done. The next step is to split up the CORE mutex implementation into different parts to simplify the business logic (e.g. mutex (ceiling and inheritance), recursive mutex (ceiling and inheritance) , binary semaphore (FIFO and priority), simple binary