gcc/libgo/go
Ian Lance Taylor 0717bdbfbd text/template: reduce maxExecDepth for gccgo further
We already lowered the limit of recursive template invocations from
    100,000 to 10,000, but the tests still fail occasionally on
    x86_64-pc-linux-gnu when using GNU ld (so that split stacks are not
    fully functional).  Reduce the limit further, to 1000, enough so that
    the test passes consistently.
    
    Permitting 1000 recursive template invocations still seems capacious
    enough for real world use.
    
    Reviewed-on: https://go-review.googlesource.com/25590

From-SVN: r239261
2016-08-08 22:55:29 +00:00
..
archive
bufio
builtin
bytes
cmd
compress
container
context
crypto libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
database/sql
debug
encoding
errors
exp
expvar
flag
fmt
go
golang_org/x/net
hash libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
html
image
index/suffixarray
internal internal/syscall/unix: fix syscalls for alpha, ia64, s390 2016-08-07 22:32:46 +00:00
io
log libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
math libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
mime
net libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
old
os libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
path
reflect
regexp
runtime libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sort
strconv
strings libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sync
syscall libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
testing
text text/template: reduce maxExecDepth for gccgo further 2016-08-08 22:55:29 +00:00
time
unicode