On Thu, Nov 7, 2019 at 10:41 PM Alexei Starovoitov <ast@xxxxxxxxxx> wrote: > > Refactor x86 JITing of LDX, STX, CALL instructions into separate helper > functions. No functional changes in LDX and STX helpers. There is a minor > change in CALL helper. It will populate target address correctly on the first > pass of JIT instead of second pass. That won't reduce total number of JIT > passes though. > > Signed-off-by: Alexei Starovoitov <ast@xxxxxxxxxx> > Acked-by: Song Liu <songliubraving@xxxxxx> > --- Nice, logic is cleaner without extra gotos now, thanks! Acked-by: Andrii Nakryiko <andriin@xxxxxx> [...]