✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider this assembly code:
leal (%rdi,%rdi,8), %eax
addl %eax, %eax
ret
Which of the following C functions compiled into the assembly code shown?