Remove #relative slices; Replace with #relative multi-pointers

This commit is contained in:
gingerBill
2023-08-05 16:05:39 +01:00
parent afa8eb2d6f
commit c91898a888
29 changed files with 367 additions and 452 deletions
+3 -3
View File
@@ -255,9 +255,9 @@ gb_internal i64 cg_global_const_calculate_region_count_from_basic_type(Type *typ
return 1;
case Type_RelativePointer:
return 1;
case Type_RelativeSlice:
return 1; // technically 1
case Type_RelativeMultiPointer:
return 2; // allows for offsets
case Type_Matrix:
return 1;