Re: [PATCH 0/3] Predication support for selective scheduler

2011-11-14 Thread Andrey Belevantsev
Hello, On 26.10.2011 21:11, Alexander Monakov wrote: Hello, This patch series implements predication support for the selective scheduler. It is implemented as a transformation similar to speculative execution, but simpler in some aspects (e.g. does not require recovery code). On ia64,

[PATCH 0/3] Predication support for selective scheduler

2011-10-26 Thread Alexander Monakov
Hello, This patch series implements predication support for the selective scheduler. It is implemented as a transformation similar to speculative execution, but simpler in some aspects (e.g. does not require recovery code). On ia64, combining speculation and conditional execution is supported.