Commit 58411e4
CLEANUP: drop compileClauseGuarded() and its C_STACK_OVERFLOW_GUARDED wrapper
compileBody(), analyseVariables2(), setVars(), compileArgument() and
compileArithArgument() no longer recurse on the C stack, so the
SIGSEGV-catching guard around the compiler is redundant. Fold
compileClauseGuarded() back into compileClause() and remove the
cleanupCompile() helper the guard used.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 8dda5e7 commit 58411e4
1 file changed
Lines changed: 6 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1994 | 1994 | | |
1995 | 1995 | | |
1996 | 1996 | | |
1997 | | - | |
1998 | | - | |
1999 | | - | |
2000 | | - | |
2001 | | - | |
2002 | | - | |
2003 | | - | |
2004 | | - | |
2005 | | - | |
2006 | | - | |
2007 | | - | |
2008 | | - | |
2009 | | - | |
2010 | | - | |
2011 | | - | |
2012 | | - | |
2013 | 1997 | | |
2014 | 1998 | | |
2015 | 1999 | | |
2016 | 2000 | | |
2017 | | - | |
2018 | | - | |
2019 | | - | |
2020 | | - | |
2021 | | - | |
2022 | | - | |
2023 | | - | |
2024 | | - | |
2025 | | - | |
2026 | | - | |
2027 | | - | |
2028 | | - | |
2029 | | - | |
2030 | | - | |
2031 | | - | |
2032 | | - | |
2033 | | - | |
2034 | | - | |
2035 | | - | |
| 2001 | + | |
| 2002 | + | |
| 2003 | + | |
2036 | 2004 | | |
2037 | 2005 | | |
2038 | 2006 | | |
2039 | 2007 | | |
| 2008 | + | |
| 2009 | + | |
| 2010 | + | |
2040 | 2011 | | |
2041 | 2012 | | |
2042 | 2013 | | |
| |||
0 commit comments