Skip to content
Commit 67e4ca74 authored by Alexei Starovoitov's avatar Alexei Starovoitov
Browse files

Merge branch 'bpf, x64: optimize JIT's pro/epilogue'



Maciej Fijalkowski says:

====================
Hi!

This small set can be considered as a followup after recent addition of
support for tailcalls in bpf subprograms and is focused on optimizing
x64 JIT prologue and epilogue sections.

Turns out the popping tail call counter is not needed anymore and %rsp
handling when stack depth is 0 can be skipped.

For longer explanations, please see commit messages.

Thank you,
Maciej
====================

Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
parents 6458bde3 4d0b8c0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment