Notes |
|
|
Actually, the current version of equiv_solns_ia.m strips away too
much of the detail, and is actually an error. What is happening here
is that re-running the check on the the non-local variables in promise_equivalent_solutions scopes should not be done after inlining.
This is because after inlining the compiler may be able to infer that
some things that previously had inst any are in fact ground.
I'll add a new test case that demonstrates this. |
|
|
(0000061)
|
juliensf
|
2007-11-28 16:52
(Last edited: 2007-12-05 15:04) |
|
The file equiv_solns.a.m.new contains a test case that exhibits the
bug under something like the original conditions in which it occurred.
Compile with: -C -O0 --inlining --local-constraint-propagation
I think the fix here is not to perform the check on non-locals in
promise_equivalent_solutions scopes after inlining has been performed.
|
|
|
|
Fixed. See log message for r1.142 of compiler/det_report.m for details. |
|