| Related articles |
|---|
| How to deal with temporary pointer in the precise garbage collection mxmxlwlw@gmail.com (xiao mei) (2023-07-24) |
| Re: How to deal with temporary pointer in the precise garbage collection gneuner2@comcast.net (George Neuner) (2023-07-29) |
| From: | xiao mei <mxmxlwlw@gmail.com> |
| Newsgroups: | comp.compilers |
| Date: | Mon, 24 Jul 2023 18:45:52 -0700 |
| Organization: | Compilers Central |
| Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="61770"; mail-complaints-to="abuse@iecc.com" |
| Keywords: | GC, question |
| Posted-Date: | 26 Jul 2023 00:19:54 EDT |
A register may contain value of a pointer. When calling a function, that
value is saved automatically, so there's more pointer values in the
stack apart from params and locals. How to deal with that in a precise
garbage collection using stack map?
Return to the
comp.compilers page.
Search the
comp.compilers archives again.