[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
How does GC know what SCM objects are on the stack?
From: |
ZHUO Qingliang (KDr2) |
Subject: |
How does GC know what SCM objects are on the stack? |
Date: |
Wed, 29 Jan 2020 06:34:15 +0000 (UTC) |
I just read the docs about GC, if I understand it correctly, in a c program,
all static variables, global variable, and local variables that hold SCM
objects are registered to GC protection automatically.
I want to know how does the GC make this, could anyone give me a clue?
Many thanks.
- How does GC know what SCM objects are on the stack?,
ZHUO Qingliang (KDr2) <=