Differences From Artifact [b08544909a]:
- File src/runtime/lookup-asm/lookup-asm-amd64-macho.S — part of check-in [f4cf33fee6] at 2014-01-15 18:53:48 on branch trunk — lookup-asm: Clean up local labels. (user: js, size: 1586) [annotate] [blame] [check-ins using]
To Artifact [515ca230a1]:
- File src/runtime/lookup-asm/lookup-asm-amd64-macho.S — part of check-in [d80d091b0e] at 2014-01-19 12:00:18 on branch trunk — Add lookup-asm-ppc-macho.S. (user: js, size: 1585) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
44 45 46 47 48 49 50 | testq %rax, %rax jz $1 ret .endmacro | | | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | testq %rax, %rax jz $1 ret .endmacro .macro generate_lookup_super $0: movq (%rdi), %rax testq %rax, %rax jz ret_nil movq 8(%rdi), %r8 movq 64(%r8), %r8 |
︙ | ︙ |