Jonah, > Yep, it is because my code does not handle streaming of arrays into the > target optimization nodes. > I will take a look on why that array is really needed. It seems like a > overkill?
I am looking into the nios2_register_custom_code and I do not quite understand what it is good for? If it tracks customs codes function wide, then perhaps target part of cfun would be better place to home it. It it is unit wide, then saving/restoring does not seem to make much sense. Can you, please, explain me why this needs to be stored into target option structure? If this is really needed, then we can always add a support for streaming arrays, but I would preffer keeping that structure small and simple ;) Honza