Differences From Artifact [bbc35eaa38]:
- File src/runtime/lookup-asm/lookup-asm-x86-win32.S — part of check-in [8939cbdb52] at 2023-01-06 09:04:02 on branch trunk — Update copyright (user: js, size: 1920) [annotate] [blame] [check-ins using] [more...]
To Artifact [447b9d83b0]:
- File
src/runtime/lookup-asm/lookup-asm-x86-win32.S
— part of check-in
[de552578e7]
at
2024-02-26 20:32:55
on branch 1.0
— Use <cet.h> and _CET_ENDBR macro
This only uses endbr32/endbr64 when actually needed and emits the
necessary .note.gnu.property. (user: js, size: 2016) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + + + + + + + + + | /* |
| ︙ | |||
63 64 65 66 67 68 69 70 71 72 73 74 75 76 | 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 | + + | .scl 2 .type 32 .endef .endm .macro GENERATE_LOOKUP_SUPER name lookup \name: _CET_ENDBR movl 4(%esp), %edx movl (%edx), %eax test %eax, %eax jz returnNilMethod movl %eax, 4(%esp) movl 4(%edx), %edx |
| ︙ |