search for: transitionset

Displaying 3 results from an estimated 3 matches for "transitionset".

Did you mean: transitions
2012 Aug 27
0
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
...r working on the patch. It looks good to me except for the removal of the Transition class: > (1) Should I completely remove Transition and create a map structure in State (input, state) to replace them? Yes, please remove the Transition class and create a map structure in State instead of TransitionSet. Thanks -Anshu On 8/25/2012 6:42 AM, Ivan Llopard wrote: > Hi Anshu, > > Thanks again for your feedbacks. > > On 24/08/2012 17:01, Anshuman Dasgupta wrote: >> Hi Ivan, >> >>> I missed last 2 commits made by Alexey. Following his advices, I >>> update...
2012 Aug 29
1
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
...ks good to me except for the > removal of the Transition class: > > > (1) Should I completely remove Transition and create a map structure > in State (input, state) to replace them? > > Yes, please remove the Transition class and create a map structure in > State instead of TransitionSet. Sure. Please, take a look at the new patch. Ivan > > Thanks > -Anshu > > > > On 8/25/2012 6:42 AM, Ivan Llopard wrote: >> Hi Anshu, >> >> Thanks again for your feedbacks. >> >> On 24/08/2012 17:01, Anshuman Dasgupta wrote: >>> Hi Ivan,...
2012 Aug 25
3
[LLVMdev] [llvm-commits] [PATCH] Refactoring the DFA generator
Hi Anshu, Thanks again for your feedbacks. On 24/08/2012 17:01, Anshuman Dasgupta wrote: > Hi Ivan, > >> I missed last 2 commits made by Alexey. Following his advices, I >> updated the patch. It should be ok now. >> Thanks Anshu! >> >> I've recently added more functional units to our Schedule.td and the >> generation time became painfully long. In