I'm using CIL to merge a c-project into one file scope, which works well. I'm doing this since I'm testing to convert libx264 video codec library into Android's Renderscript. Renderscript is C99 compliant, but requires one file scope for a complete program. Another requirement is that anything that should not be exported to java needs to be declared static. I changed processVarinfo in mergecil.ml to change vstorage to Static, but it seems that is not enough.
I need some help in identifying the correct places to make global declarations static in the CIL code, any tip welcome since I'm new to CIL. Thanks, Harald ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ CIL-users mailing list CIL-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cil-users