Re: [PATCH 5/7] jump_label: relax branch hinting restrictions

2013-10-18 Thread Radim Krčmář
2013-10-17 13:35-0400, Steven Rostedt: > On Thu, 17 Oct 2013 12:10:28 +0200 > Radim Krčmář wrote: > > > We implemented the optimized branch selection in higher levels of api. > > That made static_keys very unintuitive, so this patch introduces another > > element to jump_table, carrying one bit t

Re: [PATCH 5/7] jump_label: relax branch hinting restrictions

2013-10-17 Thread Steven Rostedt
On Thu, 17 Oct 2013 12:10:28 +0200 Radim Krčmář wrote: > We implemented the optimized branch selection in higher levels of api. > That made static_keys very unintuitive, so this patch introduces another > element to jump_table, carrying one bit that tells the underlying code > which branch to opt

[PATCH 5/7] jump_label: relax branch hinting restrictions

2013-10-17 Thread Radim Krčmář
We implemented the optimized branch selection in higher levels of api. That made static_keys very unintuitive, so this patch introduces another element to jump_table, carrying one bit that tells the underlying code which branch to optimize. It is now possible to select optimized branch for every j