Files
wasmtime/lib
Jakob Stoklund Olesen 16ac4f65b3 Add support for textbook union-find to VirtRegs.
The initial phase of computing virtual registers can now be implemented
with a textbook union-find algorithm using a disjoint set forest
complete with rank and path compression optimizations.

The disjoint set forest is converted to virtual register value lists in
a single linear scan implemented in finish_union_find().

This union-find algorithm will soon be used by the coalescer.
2018-01-16 12:32:04 -08:00
..
2018-01-08 16:19:16 -08:00
2017-11-23 14:08:47 -08:00
2017-11-08 10:40:37 -08:00
2018-01-08 16:19:16 -08:00