Skip to main content

Timeline for Shortest code that raises a SIGSEGV

Current License: CC BY-SA 4.0

2 events
when toggle format what by license comment
Sep 28, 2021 at 9:14 comment added tsh Free Pascal will not do any tail call optimize. So you may use procedure without parameter instead of a function: procedure _;begin _ end;begin _ end. would work the same.
May 19, 2021 at 20:16 history answered sech1p CC BY-SA 4.0