Hi!
The bug is: on mips, TurboAssembler::Call may emit a trampoline after the jump instruction, which leading to a wrong record in SafepointTable.
I think I need a test to invoke the TurboAssembler::Call, and then invoke SafepointeTable::FindEntry, if the bug occurs, FindEntry would fail. But I have no idea how to implement it. Anyone have some tips or some related documents to learn?
Thanks in advance!