calculate index of each instruction in function and calculate block preds and succs

This commit is contained in:
2026-08-05 20:55:35 +10:00
parent d6c448af87
commit 19abc8496f
9 changed files with 46 additions and 40 deletions

View File

@@ -2,7 +2,7 @@ SRC=src
OBJ=obj
CC=gcc
CFLAGS=-Wall -Wextra -fPIC -O3# -fsanitize=address -g
CFLAGS=-Wall -Wextra -fPIC -O3# -g -fsanitize=address
TARGET=libgravity.so
TEST_TARGET=testapp