Re: [PATCH v2 03/11] ref-filter: introduce struct used_atom

2015-12-18 Thread Karthik Nayak
On Thu, Dec 17, 2015 at 2:27 AM, Eric Sunshine wrote: > On Wed, Dec 16, 2015 at 10:29 AM, Karthik Nayak wrote: >> Introduce the 'used_array' structure which would replace the existing >> implementation of 'used_array' (which a list of atoms). This

Re: [PATCH v2 03/11] ref-filter: introduce struct used_atom

2015-12-16 Thread Eric Sunshine
On Wed, Dec 16, 2015 at 10:29 AM, Karthik Nayak wrote: > Introduce the 'used_array' structure which would replace the existing > implementation of 'used_array' (which a list of atoms). This helps us > parse atom's before hand and store required details into the >

[PATCH v2 03/11] ref-filter: introduce struct used_atom

2015-12-16 Thread Karthik Nayak
Introduce the 'used_array' structure which would replace the existing implementation of 'used_array' (which a list of atoms). This helps us parse atom's before hand and store required details into the 'used_array' for future usage. Also introduce a parsing function for each atom in valid_atom.