From 8359821870d756eb75d66c5ddb5d119f6247c35d Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Tue, 16 Mar 2021 15:30:47 -0700 Subject: Use rb_fstring for "defined" strings. We can take advantage of fstrings to de-duplicate the defined strings. This means we don't need to keep the list of defined strings on the VM (or register them as mark objects) --- vm_core.h | 1 - 1 file changed, 1 deletion(-) (limited to 'vm_core.h') diff --git a/vm_core.h b/vm_core.h index a7644eb658..31ac4ace76 100644 --- a/vm_core.h +++ b/vm_core.h @@ -650,7 +650,6 @@ typedef struct rb_vm_struct { rb_at_exit_list *at_exit; - VALUE *defined_strings; st_table *frozen_strings; const struct rb_builtin_function *builtin_function_table; -- cgit v1.2.3