00000004 C compiler_interface_version
00000004 C compiler_processor_type
00000004 C compiler_utilities
- 00000000 b linking_cc_block_p
+ 00000000 b linking_cc_block_p __thread
00000138 D max_trampoline
00000004 b n_builtins
00000004 C reflect_to_interface
00000000 d trampoline_arity_table
00000040 D utility_table
+ OK. All but one is initialized by the ASM_INIT_HOOK, part of
+ compiler_reset, called after a band-load by the gc_processor,
+ during a gc-wait.
+
cmpintmd.o:
00000000 b fp_support_present
SCHEME_OBJECT return_to_interpreter;
SCHEME_OBJECT reflect_to_interface;
-static bool linking_cc_block_p = 0;
+static __thread bool linking_cc_block_p = 0;
static SCHEME_OBJECT make_compiler_utilities (void);
static void open_stack_gap (unsigned long, unsigned long);