This repository was archived by the owner on Jan 23, 2023. It is now read-only.
Commit f79a893
committed
Moving CompileDeepTree_NoStackOverflowFast to the outer loop
It appears that the test equally stresses the Expression Tree Compiler and the JIT compiler.
Normally this is not a problem since JIT compiler uses much less resources that ET compiler and 128Kb of stack is more than enough to JIT the resulting method.
That does not seem to be the case when running on Debug and the test may fail on debug runtime/JIT
We generally want the inner loop to pass on Debug though, so the test should be moved to the outer loop.1 parent 6437e60 commit f79a893
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments