Hi! I'm working on a CL: https://chromium-review.googlesource.com/c/v8/v8/+/2095645, which fixes a bug on mips platform, and now I need to add a test for the bug, but I'm not familiar with it.
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! -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/c0d57fa1-d8f6-4b18-94e5-9026f786318bo%40googlegroups.com.