tests/alloc/gp8: allocator test using all 8-bit registers (#102)

Updates #43
This commit is contained in:
Michael McLoughlin
2019-12-20 15:31:35 -08:00
committed by GitHub
parent 15d6a9a17e
commit cfc6ecac41
5 changed files with 107 additions and 0 deletions

2
tests/alloc/gp8/doc.go Normal file
View File

@@ -0,0 +1,2 @@
// Package gp8 tests the register allocator by using as many 8-bit registers as possible.
package gp8