Skip to content

Commit

Permalink
Merge branch 'remove-jited-size-limits'
Browse files Browse the repository at this point in the history
Ilya Leoshkevich says:

====================
This patch series introduces usage of relative long jumps and loads in
order to lift 64/512k size limits on JITed BPF programs on s390.

Patch 1 introduces long relative branches.
Patch 2 changes the way literal pool is arranged in order to be
compatible with long relative loads.
Patch 3 changes the way literal pool base register is loaded for large
programs.
Patch 4 replaces regular loads with long relative loads where they are
totally superior.
Patch 5 introduces long relative loads as an alternative way to load
constants in large programs. Regular loads are kept and still used for
small programs.
Patch 6 removes the size limit check.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
  • Loading branch information
Alexei Starovoitov committed Nov 19, 2019
2 parents a25ecd9 + d1242b1 commit 0424c5a
Showing 1 changed file with 268 additions and 80 deletions.
Loading

0 comments on commit 0424c5a

Please sign in to comment.