Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #3511
| From | xiao mei <mxmxlwlw@gmail.com> |
|---|---|
| Newsgroups | comp.compilers |
| Subject | How to deal with temporary pointer in the precise garbage collection |
| Date | 2023-07-24 18:45 -0700 |
| Organization | Compilers Central |
| Message-ID | <23-07-015@comp.compilers> (permalink) |
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?
Back to comp.compilers | Previous | Next — Next in thread | Find similar
How to deal with temporary pointer in the precise garbage collection xiao mei <mxmxlwlw@gmail.com> - 2023-07-24 18:45 -0700 Re: How to deal with temporary pointer in the precise garbage collection George Neuner <gneuner2@comcast.net> - 2023-07-29 20:08 -0400
csiph-web