Differences From Artifact [78c7e0a619]:
- File src/forwarding/apple-forwarding-arm64.S — part of check-in [8e95cb1c77] at 2024-04-17 20:45:01 on branch trunk — forwarding: Don't grow the stack twice on ARM64 (user: js, size: 2377) [annotate] [blame] [check-ins using]
To Artifact [35dbd1e27e]:
- File src/forwarding/apple-forwarding-arm64.S — part of check-in [d9b2f95c24] at 2024-04-20 14:58:46 on branch trunk — forwarding: Remove now unnecessary instructions (user: js, size: 2351) [annotate] [blame] [check-ins using] [more...]
︙ | |||
87 88 89 90 91 92 93 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | - - - - | /* Restore all foating point arguments */ ldp q0, q1, [sp, #96] ldp q2, q3, [sp, #128] ldp q4, q5, [sp, #160] ldp q6, q7, [sp, #192] |