Efficient pebbling for list traversal synopses with application to program rollback

  • Authors:
  • Yossi Matias;Ely Porat

  • Affiliations:
  • School of Computer Science, Tel Aviv University and Google Inc, Tel Aviv, Israel;Department of Mathematics and Computer Science, Bar-Ilan University, 52900 Ramat-Gan, Israel and School of Computer Science, Tel Aviv University and Google Inc, Tel Aviv, Israel

  • Venue:
  • Theoretical Computer Science
  • Year:
  • 2007

Quantified Score

Hi-index 5.23

Visualization

Abstract

We show how to support efficient back traversal in a unidirectional list, using small memory and with essentially no slowdown in forward steps. Using O(lgn) memory for a list of size n, the i'th back-step from the farthest point reached so far takes O(lgi) time in the worst case, while the overhead per forward step is at most @e for arbitrary small constant @e0. An arbitrary sequence of forward and back steps is allowed. A full trade-off between memory usage and time per back-step is presented: k vs. kn^1^/^k and vice versa. Our algorithms are based on a novel pebbling technique which moves pebbles on a virtual binary, or n^1^/^k-ary, tree that can only be traversed in a pre-order fashion. The compact data structures used by the pebbling algorithms, called list traversal synopses, extend to general directed graphs, and have other interesting applications, including memory efficient hash-chain implementation. Perhaps the most surprising application is in showing that for any program, arbitrary rollback steps can be efficiently supported with small overhead in memory, and marginal overhead in its ordinary execution. More concretely: let P be a program that runs for at most T steps, using memory of size M. Then, at the cost of recording the input used by the program, and increasing the memory by a factor of O(lgT) to O(MlgT), the program P can be extended to support an arbitrary sequence of forward execution and rollback steps: the i'th rollback step takes O(lgi) time in the worst case, while forward steps take O(1) time in the worst case, and 1+@e amortized time per step.