This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Rerog streaming of OPTIMIZATION_NODE


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]