Dominikus Dittes Scherkl:

The very little rest is things like exceptions, delegates and closures - because I have no idea how to use them with manual memory management. So unfortunately I have to avoid them in RT code.

Some closures can be avoided with "scope", and some exception allocations can be moved where they don't harm. This doesn't solve all problems, but improves the situation a little (hard-RT code should avoid exceptions).

Bye,
brarophile

Reply via email to