Files
carbon-lang/executable_semantics/interpreter
Geoff Romer d177a08e01 Make continuations consistently "shallow" (#874)
Prior to this change, `__await` would make a deep copy of the continuation stack, but shallow-copy the individual stack frames within it. As a result, continuations appeared to have shallow semantics so long as the continuation stack had only a single frame.

This change also removes an obsolete test from the brief period when we intended continuations to have deep-copy semantics, which has been passing basically by accident.
2021-10-11 14:57:09 -07:00
..
2021-09-29 16:52:12 -07:00
2021-09-16 19:22:57 -07:00
2021-09-29 16:52:12 -07:00
2021-09-29 16:52:12 -07:00