|
|
|
|
|
by chrisseaton
3853 days ago
|
|
Addition still takes time though doesn't it? The idea is I could start an addition operation, and then be notified in some way when it's done. I think the idea most similar to what the grandparent wants is instruction-level dataflow, where programs are DAGs, and instructions are only run when their inputs are ready, rather than when a program counter reaches them. Physical dataflow machines were built that did this in hardware. |
|
At a low level, that's exactly what modern CPUs do.
https://en.wikipedia.org/wiki/Out-of-order_execution