RE: The performance cost of using exceptions?

From: Dave Berry (dave@kal.com)
Date: Tue May 16 2000 - 18:02:05 MET DST

  • Next message: Jean-Francois Monin: "Re: The performance cost of using exceptions?"

    How about having a compiler that detects this pattern and emits the
    necessary pointer comparisons? Then you could write your code cleanly
    (without exceptions, flags or comparisons), and the compiler can emit
    whatever code is most efficient for its runtime.

    Dave.

    On Tue, 16 May 2000, Frank Atanassow wrote:
    > Markus Mottl writes:
    > the functional way would be to just return the subtree(s) intact, so there
    would
    > be no need to copy their spines.

    For this to work, you should either have a low-level pointer equality
    operator (present in OCaml, but not in other func. languages), or you
    must return a flag to signal whether the returned tree is unchanged.



    This archive was generated by hypermail 2b29 : Tue May 16 2000 - 18:04:34 MET DST