StackOverflow Questions for Tag: tail-call

Jay Mody
Jay Mody

Reputation: 4073

Tail recursive remove duplicate consecutive entries in list

Score: 2

Views: 131

Answers: 2

Read More
user22808285
user22808285

Reputation:

Why does LLVM not optimize away unnecessary jmps for tail calls to the next function?

Score: 0

Views: 85

Answers: 1

Read More
Josh Pritsker
Josh Pritsker

Reputation: 96

Tail-calls corrupted when compiled with __attribute__((musttail))

Score: 1

Views: 724

Answers: 0

Read More
jacobsa
jacobsa

Reputation: 6638

Why does clang have trouble with optimizing tail calls in destructors?

Score: 0

Views: 117

Answers: 1

Read More
WyWyGuy
WyWyGuy

Reputation: 3

How to Optimize Tail Calls in a Scheme Interpreter?

Score: 0

Views: 372

Answers: 0

Read More
ruza-net
ruza-net

Reputation: 419

Are tail calls on diverging functions optimized in Rust?

Score: 1

Views: 355

Answers: 1

Read More
griz
griz

Reputation: 119

Is there a way to optimize tail calls in Scala?

Score: 1

Views: 254

Answers: 1

Read More
daxim
daxim

Reputation: 39158

How do I refactor a recursion occurring in a for loop to make it a tail call?

Score: 4

Views: 250

Answers: 2

Read More
Nicola Scarabello
Nicola Scarabello

Reputation: 51

Does Arduino support tail call elimination?

Score: 5

Views: 399

Answers: 2

Read More
incapaz
incapaz

Reputation: 379

In tail calls, how do programming languages know what the function call evaluates to?

Score: 0

Views: 24

Answers: 0

Read More
jiny
jiny

Reputation: 57

Is it possible to make a proper tail-call of hanoi tower in lua?

Score: 2

Views: 200

Answers: 1

Read More
Robert Gould
Robert Gould

Reputation: 69913

Tail calling in Java and C#?

Score: 2

Views: 673

Answers: 2

Read More
distortedsignal
distortedsignal

Reputation: 369

Erlang, Last Call Optimization, lambda functions, and how to prevent growing a stack

Score: 2

Views: 397

Answers: 2

Read More
cpcallen
cpcallen

Reputation: 2065

Do bound functions support proper tail calls in ES6?

Score: 3

Views: 220

Answers: 2

Read More
Anne Ross
Anne Ross

Reputation: 39

Tail recursion [C]

Score: 3

Views: 155

Answers: 1

Read More
user1623521
user1623521

Reputation: 338

how to insert in the middle of a list, being tail-call friendly but without hurting performance?

Score: 1

Views: 100

Answers: 3

Read More
Snark
Snark

Reputation: 1664

Immutable Trie structure in F#

Score: 6

Views: 970

Answers: 2

Read More
Joey.Luo
Joey.Luo

Reputation: 89

luajit can't hook "tail return"

Score: 1

Views: 773

Answers: 1

Read More
Iter
Iter

Reputation: 361

When executed will this be a tail call?

Score: 2

Views: 147

Answers: 2

Read More
PreviousPage 1Next