big: Add reduce_2k.

This commit is contained in:
Jeroen van Rijn
2021-09-01 19:13:47 +02:00
parent b2cf0755f2
commit 5e520f4e08
3 changed files with 215 additions and 5 deletions
+2 -2
View File
@@ -203,8 +203,8 @@ int_to_byte_little :: proc(v: ^Int) {
}
demo :: proc() {
a, b, c, d, e, f := &Int{}, &Int{}, &Int{}, &Int{}, &Int{}, &Int{};
defer destroy(a, b, c, d, e, f);
// a, b, c, d, e, f := &Int{}, &Int{}, &Int{}, &Int{}, &Int{}, &Int{};
// defer destroy(a, b, c, d, e, f);
}
main :: proc() {