ObjFW  Check-in [460b84b9b2]

Overview
Comment:lookup-asm-arm64-elf.S: Save one instruction
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 460b84b9b2f3610ba9295247f5dc2d237da9082e1a4a6e2eaac49d88d5e562d5
User & Date: js on 2024-04-16 23:18:19
Other Links: manifest | tags
Context
2024-04-16
23:50
Don't use readdir_r check-in: c615b62ed8 user: js tags: trunk
23:18
lookup-asm-arm64-elf.S: Save one instruction check-in: 460b84b9b2 user: js tags: trunk
2024-04-14
22:59
configure: Use sed | grep instead of awk check-in: 22b11fa7e8 user: js tags: trunk
Changes

Modified src/runtime/lookup-asm/lookup-asm-arm64-elf.S from [877bf104e6] to [6c01c36fd9].

31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
\name:
#ifdef HAVE_BTI
	bti	c
#endif

	cbz	x0, .LreturnNilMethod

	tst	x0, #1
	b.ne	.LtaggedPointer_\name

	ldr	x2, [x0]
	ldr	x2, [x2, #64]

.Lmain_\name:
#ifdef OF_SELUID24
	ldrb	w3, [x1, #2]







<
|







31
32
33
34
35
36
37

38
39
40
41
42
43
44
45
\name:
#ifdef HAVE_BTI
	bti	c
#endif

	cbz	x0, .LreturnNilMethod


	tbnz	x0, #0, .LtaggedPointer_\name

	ldr	x2, [x0]
	ldr	x2, [x2, #64]

.Lmain_\name:
#ifdef OF_SELUID24
	ldrb	w3, [x1, #2]