On Tue, Jan 19, 2021 at 2:25 AM Gary Lin <glin@xxxxxxxx> wrote: > > This patch series implements jump padding to x64 jit to cover some > corner cases that used to consume more than 20 jit passes and caused > failure. > > v4: > - Add the detailed comments about the possible padding bytes > - Add the second test case which triggers jmp_cond padding and imm32 nop > jmp padding. > - Add the new test case as another subprog Applied. Thanks a ton for all the hard work you put into it.