Re: [PATCH][ARM] Reduce size of arm1020e automaton

2016-03-21 Thread Ramana Radhakrishnan
On Mon, Feb 29, 2016 at 4:08 PM, Kyrill Tkachov wrote: > Hi all, > > I've had this one sitting in my tree for some time. > The arm1020e automaton has no business being as large as it is (3185 > states). > Most of the bloat is due to overly large reservation durations for calls and > FP division. >

[PATCH][ARM] Reduce size of arm1020e automaton

2016-02-29 Thread Kyrill Tkachov
Hi all, I've had this one sitting in my tree for some time. The arm1020e automaton has no business being as large as it is (3185 states). Most of the bloat is due to overly large reservation durations for calls and FP division. This patch reduces the durations to something more sensible. This b