We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227a9fd commit 6394913Copy full SHA for 6394913
1 file changed
README.md
@@ -4,7 +4,9 @@ This is a register allocator that started life as, and is about 50%
4
still, a port of IonMonkey's backtracking register allocator to
5
Rust. In many regards, it has been generalized, optimized, and
6
improved since the initial port, and now supports both SSA and non-SSA
7
-use-cases.
+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.)
10
11
In addition, it contains substantial amounts of testing infrastructure
12
(fuzzing harnesses and checkers) that does not exist in the original
0 commit comments