You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AV1 Discussion
I'm trying to get rid of duplicate data in av1/common/common_data.h by moving some of the array definitions to av1/common/common_data.c. However, moving over some of the definitions is resulting in worse code generation. See CL:
Is there a portable __declspec(selectany) that would allow the compiler to both see the contents of the arrays while avoiding duplicate data? Estimated savings are about 25kb on windows using __declspec(selectany). Any alternative solutions?