[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Windows Embedding Issues



>The "Inside PLT MzScheme" document indicates that the garbage
>collector needs to be configured (using GC_use_registered_statics=1)
>to avoid collecting objects that it does not control.
>
>Does this mean than any static variables contained in an
>embedding program needs to be registered using
>"scheme_register_static()" ?

Only those variables that are, or may refer to, a Scheme_Object *.

-- Paul