Re: [PATCH v3 04/15] ref-filter: introduce struct used_atom

2016-01-24 Thread Karthik Nayak
On Fri, Jan 22, 2016 at 12:34 AM, Eric Sunshine wrote: > On Tuesday, January 5, 2016, Karthik Nayak wrote: >> Introduce the 'used_atom' structure to replace the existing >> implementation of 'used_atom' (which is a list of atoms). This helps >> us

Re: [PATCH v3 04/15] ref-filter: introduce struct used_atom

2016-01-21 Thread Eric Sunshine
On Tuesday, January 5, 2016, Karthik Nayak wrote: > Introduce the 'used_atom' structure to replace the existing > implementation of 'used_atom' (which is a list of atoms). This helps > us parse atoms beforehand and store required details into the > 'used_atom' for future