Differences From Artifact [fe840622a9]:
- File src/runtime/lookup-asm-amd64-elf.S — part of check-in [a56adbb68e] at 2013-07-26 15:21:51 on branch trunk — Add objc_msg_lookup_stret for AMD64/ELF. (user: js, size: 1742) [annotate] [blame] [check-ins using]
To Artifact [0076c67932]:
- File
src/runtime/lookup-asm-amd64-elf.S
— part of check-in
[9ce5b241e4]
at
2013-07-30 21:41:31
on branch trunk
— Add forwardingTargetForSelector: for PowerPC/ELF.
Methods returning structs are not yet supported. (user: js, size: 1742) [annotate] [blame] [check-ins using]
- File src/runtime/lookup-asm/lookup-asm-amd64-elf.S — part of check-in [c4abdf467a] at 2013-09-20 10:57:51 on branch trunk — Move lookup asm files to src/runtime/lookup-asm. (user: js, size: 1742) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
70 71 72 73 74 75 76 | generate_lookup_super objc_msg_lookup_super_stret objc_msg_lookup_stret ret_nil: leaq nil_method(%rip), %rax ret nil_method: | | | 70 71 72 73 74 75 76 77 78 79 80 81 82 | generate_lookup_super objc_msg_lookup_super_stret objc_msg_lookup_stret ret_nil: leaq nil_method(%rip), %rax ret nil_method: xorq %rax, %rax ret #ifdef __linux__ .section .note.GNU-stack, "", %progbits #endif |