Stream: git-wasmtime

Topic: wasmtime / Issue #1115 Rename RegDiversion::at_ebb to som...


view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 18:18):

bjorn3 commented on Issue #1115:

The new backend framework uses a different register allocator that doesn't use RegDiversion.

view this post on Zulip Wasmtime GitHub notifications bot (Feb 03 2021 at 19:13):

cfallin closed Issue #1115:

This issue was raised by @sstangl on https://github.com/CraneStation/cranelift/pull/883/files#r314880861 , and to avoid delaying the work on Basic Blocks any longer until we can decide on a better naming I am opening this issue.

The current naming at_ebb was chosen to be similar to the cursor function named at_top which move the instruction cursor to the top of a basic block.

Is there any other proposal, which carry the meaning that we reset the RegDiversions set to the one recorded during the coloring phase?


Last updated: Oct 23 2024 at 20:03 UTC