-
Notifications
You must be signed in to change notification settings - Fork 234
Open
Description
Since #5139 was merged, code cache validation fails on even the simplest programs (e.g. ls). main had already been failing without the patch from #5226, but #5139 added further divergence on top of that.
To reproduce:
- Check out 0a18ea8 and apply JIT: Ensure code cache consistency by zero-initializing padding bytes #5226 on top of it. Observe that code cache validation passes
- Check out d582356 and apply JIT: Ensure code cache consistency by zero-initializing padding bytes #5226 on top of it. Observe that code cache validation fails
@Sonicadvance1 Could you take a look at this? It's blocking me from properly rebasing the remaining code caching patches. I'm already bottlenecked by catching up on work that happened during Christmas holidays, so would appreciate not chasing down unrelated rabbit holes in the meantime (while rebasing on and checking the other patches that accumulated).
Metadata
Metadata
Assignees
Labels
No labels