HigherOrderCO / HVM

A massively parallel, optimal functional runtime in Rust
https://higherorderco.com
Apache License 2.0
10.53k stars 401 forks source link

Interaction Count Unstable Across Runtimes #335

Open enricozb opened 6 months ago

enricozb commented 6 months ago

The runtime's don't all agree with each other in the number of interactions that occur.

Possible causes:

VictorTaelin commented 6 months ago

I know this happens, but not sure when. Isolating a minimal example would be helpful.

enricozb commented 1 month ago

An off-by-one occurs on the rust runtime b/c the boot LINK interaction turns into a CALL here.