This is the mail archive of the gcc@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: XML dumping and GraphViz/VCG in the GCC ast-optimizer-branch


> Now, if we look at the problem of communication, how can the gcc safely
> communicate the asts to the vcg for layout. 

You'll have to assume, I think, that anything gcc can write anyone can
use.

> Now, I am not a laywer, but 
> I think that if we can show that if the data is put into such a form
> that it is indended for transport between modules, and a third party
> takes that data a runs off with it, we can then say that they got
> between two statically linked modules . Maybe that will offer some
> protection against non-free modules getting in between?

I think it would be hard to make such an argument if what is communicated
is basically just information about the structure of the user's own code.
But this list is not the best place for such discussions.


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