> On Nov 6, 2019, at 9:46 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>