aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/tasks.py
diff options
context:
space:
mode:
authorIlya Leoshkevich <[email protected]>2019-11-18 19:03:35 +0100
committerAlexei Starovoitov <[email protected]>2019-11-18 19:51:16 -0800
commit4e9b4a6883dd97aff53ae3b08eb900716a5469dc (patch)
treea84b391c76e15be3a752b9fcde7b55fc4e1cd651 /scripts/gdb/linux/tasks.py
parenta25ecd9d1e60241df905b29fb84765eb74545c4f (diff)
s390/bpf: Use relative long branches
Currently maximum JITed code size is limited to 64k, because JIT can emit only relative short branches, whose range is limited by 64k in both directions. Teach JIT to use relative long branches. There are no compare+branch relative long instructions, so using relative long branches consumes more space due to having to having to emit an explicit comparison instruction. Therefore do this only when relative short branch is not enough. Signed-off-by: Ilya Leoshkevich <[email protected]> Signed-off-by: Alexei Starovoitov <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions