Sinon 0.8 implementation implements page action
execution in a tail recursion fashion as
CollectorExecutor.executePage() invokes
CollectorExecutor.executeAction() and vice-versa (for a
definition of this concept, see http://en.wikipedia.org/wiki/
Tail_recursion). This fact makes Sinon memory
consumption to be O^(n) when it could be O^(1) (n is the
number of chained page actions).
Logged In: YES
user_id=971857
Bug fixed in version 0.9.