Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Don't save CSRs respected by the JIT ABI.
Patch by Geza Lore <glore@igalia.com> on 2022-06-09 https://bugs.webkit.org/show_bug.cgi?id=241369 Reviewed by Mark Lam. It is not necessary to save and restore CSRs respected by the JIT ABI on VM entry/exit. The compiler will preserve them. (r10 and r11 on ARMv7.) * Source/JavaScriptCore/llint/LowLevelInterpreter.asm: Canonical link: https://commits.webkit.org/251422@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295416 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information