|
|
|
|
|
by uryga
2052 days ago
|
|
i always thought "tail call" means a function call that can be optimized in this way (located in a tail position), not the act of call-by-jumping itself. both uses make sense though re: C--, i think it's mostly used as a compiler IR. (notably in Haskell's GHC) |
|