I don't think you mean union in the same sense I do. I am not talking about
a stack of type unions.

I am talking about a stack that records unifications done (IE the
union-find links made) so that they can be undone on backtracking.

Keean.
 On 14 Jun 2015 1:31 pm, "Jonathan S. Shapiro" <s...@eros-os.org> wrote:

> On Thu, Jun 11, 2015 at 6:34 AM, Keean Schupke <ke...@fry-it.com> wrote:
>
>> This is what the union-stack is for, storing the original pointer
>> addresses when you move bits of the tree around...
>>
>
> The union stack is, in some sense, the problem we are trying to get rid of!
>
> shap
>
> _______________________________________________
> bitc-dev mailing list
> bitc-dev@coyotos.org
> http://www.coyotos.org/mailman/listinfo/bitc-dev
>
>
_______________________________________________
bitc-dev mailing list
bitc-dev@coyotos.org
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to