From 357121301094005f6c56471fb18f9ff1b6bc8d13 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 9 Nov 2009 13:44:39 -0800 Subject: First cut at hash tables. One known problem is allocation during gc, due to use of boxed numbers for vector access. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b93bfc5c..766cdd0f 100644 --- a/Makefile +++ b/Makefile @@ -31,6 +31,7 @@ CFLAGS := -I$(top_srcdir) $(LANG_FLAGS) $(DIAG_FLAGS) $(OPT_FLAGS) $(DBG_FLAGS) OBJS := txr.o lex.yy.o y.tab.o match.o lib.o regex.o gc.o unwind.o stream.o +OBJS += hash.o PROG := ./txr -- cgit v1.2.3