Le 09/03/2010 00:07, rgheck a écrit :
The patch introduces an argument to DispatchResult that tracks whether we need to update the Buffer. This reduces the number of updateBuffer calls to six or seven from a whole lot more than that, and some of these can still go, too. Ideally, we'd like one such call, at the end of the dispatch() process, but that doesn't seem entirely likely.
This looks like an excellent idea. JMarc