Commit 777c2c4
committed
fix(stark): return pool buffers on prove_rounds_2_to_4 error
Move pool-return (into_columns + move-back) before the error match,
so subsequent tables in the same partition get valid buffers even if
a prior table's proving fails.1 parent faf58fb commit 777c2c4
1 file changed
Lines changed: 12 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1974 | 1974 | | |
1975 | 1975 | | |
1976 | 1976 | | |
1977 | | - | |
| 1977 | + | |
1978 | 1978 | | |
1979 | 1979 | | |
1980 | 1980 | | |
1981 | 1981 | | |
1982 | 1982 | | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
1989 | | - | |
| 1983 | + | |
1990 | 1984 | | |
1991 | 1985 | | |
1992 | 1986 | | |
| |||
2002 | 1996 | | |
2003 | 1997 | | |
2004 | 1998 | | |
2005 | | - | |
| 1999 | + | |
| 2000 | + | |
2006 | 2001 | | |
2007 | 2002 | | |
2008 | 2003 | | |
| |||
2012 | 2007 | | |
2013 | 2008 | | |
2014 | 2009 | | |
| 2010 | + | |
| 2011 | + | |
| 2012 | + | |
| 2013 | + | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
2015 | 2018 | | |
2016 | 2019 | | |
2017 | 2020 | | |
| |||
0 commit comments