Re: How does the TB chaining works?

2020-07-14 Thread Alex Bennée
沈梦姣 writes: > I just see the current TB’s code pointer given to prologue which works as > function call. But how to jump to the next TB to execution instead exit the > execution and entry the prologue again? The first time a block is translated it will exit back to the main loop. After the

How does the TB chaining works?

2020-07-14 Thread 沈梦姣
I just see the current TB’s code pointer given to prologue which works as function call. But how to jump to the next TB to execution instead exit the execution and entry the prologue again?