The documentation says:
"The 3m collector needs to know the address of every local or temporary 
pointer within a function call at any point when a collection can be 
triggered."

A couple questions:
- Is this "every pointer which might be passed to a Racket function, or 
contain the result of a Racket function"? Or is it truly *every pointer*?
- Do I need to register the data pointer passed to 
`scheme_main_stack_setup`, even though this is above the GC's stack base?
- In an instance method, does `this` need to be registered? What about 
reference types?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/7f3c6482-f24f-4bd5-8590-5feca4145317%40googlegroups.com.

Reply via email to