Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about tail-call-optimization

Read more about tail-call-optimization

python (12.9k questions)

javascript (9.2k questions)

reactjs (4.7k questions)

java (4.2k questions)

java (4.2k questions)

c# (3.5k questions)

c# (3.5k questions)

html (3.3k questions)

Questions - tail-call-optimization

Tail call stack

I'm having trouble understanding the Stack manipulation needed in order to implement Tail call in assembly language. When we have a Tail call to function We basically want to override the current Acti...
test-img

Alexander Uzelevski

assembly

callstack

stack-frame

tail-call-optimization

tail-call

Votes: 0

Answers: 1

Latest Answer

You just restore the the point that RSP is pointing at a return address (e.g. pop any registers you saved earlier, such as RBP), until the state of stack memory is exactly like on entry to this functi...
test-img

Peter Cordes

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved