Skip to content

Commit 6394913

Browse files
authored
Add README note that non-SSA support is deprecated. (#94)
As noted in #4.
1 parent 227a9fd commit 6394913

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This is a register allocator that started life as, and is about 50%
44
still, a port of IonMonkey's backtracking register allocator to
55
Rust. In many regards, it has been generalized, optimized, and
66
improved since the initial port, and now supports both SSA and non-SSA
7-
use-cases.
7+
use-cases. (However, non-SSA should be considered deprecated; we want to
8+
move to SSA-only in the future, to enable some performance improvements.
9+
See #4.)
810

911
In addition, it contains substantial amounts of testing infrastructure
1012
(fuzzing harnesses and checkers) that does not exist in the original

0 commit comments

Comments
 (0)