Nov. 25, 2013
3:30 p.m.
On 25 Nov 2013, at 16:26, Max Leske <maxleske@gmail.com> wrote:
Thanks Clément, that seems to be it. Disabling the timesRepeat inlining makes most of the builds run through but not all of them. It seems like thereâs another (Opal related?) problem (with the exact same symptomsâ¦).
Iâve tried disabling all options, just to see what happens: all builds fail with SegFaultsâ¦
You can not compile without optimisations. There are places in the image that would not work with e.g. whileTrue: optimisation disabled as it would e.g. add an interrupt point where none is now And other things, like performance, or e.g. the loop that goes over all objects, if that creates objects while running you have a problem⦠Marcus