Unified constants (enum, error types, typeid). Removed EXPR_MEMBER_ACCESS. Added if-catch-switch. switch-case can handle non constant values. Inlining removed on O0. Added subarray comparison allowing string cases.

This commit is contained in:
Christoffer Lerno
2021-08-24 18:16:40 +02:00
committed by Christoffer Lerno
parent 1751e7ece5
commit 8731634f4d
21 changed files with 1447 additions and 882 deletions

View File

@@ -58,6 +58,7 @@ void gencontext_begin_module(GenContext *c)
{
global_context.type[i]->backend_type = NULL;
global_context.type[i]->backend_debug_type = NULL;
global_context.type[i]->backend_typeid = NULL;
}
if (active_target.debug_info != DEBUG_INFO_NONE)
{