On Tue, 9 Apr 2002, Roman Hunt wrote:

# Ok now Im paranoid . . . . .
# will the GC leave it alone? if not what must I do? where is this
# immune/immortal/gc_cant_touch_me_yet flag?

disregard my last message I now realize that gc wont stop at my STRING's
as I must maintain temporary INTVAL's and UINTVAL's also.

since I donot _fully_ understand the GC problem yet I will assume
(read: "hope") that the:
 save = GC_SCRATCHPAD();
 GC_SCRATCH_RESTORE(save);
type of macros will be written later and I will code the function in hopes
of being able to drop them in later. If this is not a good thing to do
please let me know.

Roman

Reply via email to