On Sat, 14 May 2011, SF Markus Elfring wrote: > > The problem is that there are often dependencies between things. > > I find tasks like the following as candidates for further parallelisation. > - Reading of input files
Access to the disk is a limited resource. > - Writing of output file(s) Not time consuming, and see above. > - Conversion of data into higher level structures (e. g. abstract > syntax/semantic tree, control flow graphs) Parsing is time consuming, as addressed previously. > - Execution of additional Petri nets/finite state machines Coccinelle has nothing to do with either petri nets or finiste state machines. julia > How do you think about this suggestion? > > Regards, > Markus > _______________________________________________ Cocci mailing list [email protected] http://lists.diku.dk/mailman/listinfo/cocci (Web access from inside DIKUs LAN only)
