summaryrefslogtreecommitdiffstats
path: root/tests/012/stack2.txr
Commit message (Collapse)AuthorAgeFilesLines
* tests: reduce time spent in stack overflow test.Kaz Kylheku2021-06-261-0/+1
| | | | | | * tests/012/stack2.txr: This test case can prove its point in a much smaller stack limit than the one derived from the system default. Let's cut it to 32 kilobytes.
* txr: stack protection in pattern language.Kaz Kylheku2021-06-241-0/+8
* txr.c (do_match_line, match_files): call gc_stack_check on entry. * tests/012/stack2.txr: New file. * tests/012/stack2.expected: New file.