mbox series

[for-next,0/2] small tw add improvements

Message ID cover.1668162751.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series small tw add improvements | expand

Message

Pavel Begunkov Nov. 11, 2022, 4:54 p.m. UTC
Fiddle with inlining of task_work add so the compiler generates more
concise and efficient code.

Pavel Begunkov (2):
  io_uring: inline io_req_task_work_add()
  io_uring: split tw fallback into a function

 io_uring/io_uring.c | 32 ++++++++++++++++----------------
 io_uring/io_uring.h |  7 ++++++-
 2 files changed, 22 insertions(+), 17 deletions(-)

Comments

Jens Axboe Nov. 12, 2022, 4 p.m. UTC | #1
On Fri, 11 Nov 2022 16:54:07 +0000, Pavel Begunkov wrote:
> Fiddle with inlining of task_work add so the compiler generates more
> concise and efficient code.
> 
> Pavel Begunkov (2):
>   io_uring: inline io_req_task_work_add()
>   io_uring: split tw fallback into a function
> 
> [...]

Applied, thanks!

[1/2] io_uring: inline io_req_task_work_add()
      commit: 912f3f541dd8fb9e987e4bef0f2466b5233ec480
[2/2] io_uring: split tw fallback into a function
      commit: 79fde04791f9a6789ff1a9b90b06e754efb55bd7

Best regards,