Notes |
|
(0000256)
|
wangp
|
2010-03-16 17:47
|
|
Although I can reproduce this with a rotd, I can't seem to reproduce it from a CVS checkout. I have tried these options in Mmake.params (separately, obviously):
EXTRA_MCFLAGS= --intermodule-optimisation
EXTRA_MCFLAGS= -O5
EXTRA_MCFLAGS= -O5 --intermodule-optimisation
EXTRA_MCFLAGS= --opt-space
EXTRA_MCFLAGS= -O2 --intermodule-optimisation --opt-space |
|
|
(0000257)
|
zs
|
2010-03-17 00:52
|
|
If someone can reproduce this with a compiler that itself was compiled in a debug grade, I can probably fix this in two minutes. |
|
|
(0000278)
|
wangp
|
2010-07-21 14:37
|
|
unused_args calls implicitly_quantify_goal_general(ordinary_nonlocals_no_lambda, ...) on exception.try_io_det, which was being opt-exported, despite being marked no_inline.
I have now made it so that no_inline predicates are not opt-exported, but that's a separate bug. |
|