Version 0.3.2 (#70)

Includes a modest improvement in memory usage and performance by
removing analysis that was only used during fuzzing (#66).
This commit is contained in:
Jamey Sharp
2022-08-03 15:25:45 -07:00
committed by GitHub
parent 47cb8234b6
commit 81c11d37d6

View File

@@ -1,6 +1,6 @@
[package]
name = "regalloc2"
version = "0.3.1"
version = "0.3.2"
authors = [
"Chris Fallin <chris@cfallin.org>",
"Mozilla SpiderMonkey Developers",