This patch modularises the optimized runtime in the same manner as the baseline runtime already was. It factors out the StackChain logic into a separate module stack_chain, which is needed to add support for backtraces to the baseline implementation (yet to be done!).
This patch modularises the optimized runtime in the same manner as the baseline runtime already was. It factors out the
StackChain
logic into a separate modulestack_chain
, which is needed to add support for backtraces to the baseline implementation (yet to be done!).