On 08/05/16 16:06, Richard Earnshaw (lists) wrote:
>
> Thanks, that's pretty much what I expected would be the case.
>
> Could I suggest:
>
> This target hook is called once each time the frame layout needs to be
> recalculated. The calculations can be cached by the target and can then
> be used by @code{INITIAL_ELIMINATION_OFFSET} instead of re-computing the
> layout on every invocation of that hook. This is particularly useful
> for targets that have an expensive frame layout function. Implementing
> this callback is optional.
>
> R.
>
Excellent! I like this wording very much.
Thanks
Bernd.