ssa - alloca all variables at the very start

This commit is contained in:
Ginger Bill
2016-09-15 18:58:29 +01:00
parent b6cb4f4d14
commit 807256dea4
8 changed files with 240 additions and 107 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ __string_ge :: proc(a, b : string) -> bool #inline { return __string_cmp(a, b) >
__assert :: proc(msg: string) {
os.write(os.get_standard_file(os.File_Standard.ERROR), msg as []byte)
_ = os.write(os.get_standard_file(os.File_Standard.ERROR), msg as []byte)
__debug_trap()
}