Stream: general

Topic: How do composite types work?


view this post on Zulip Jason Qin (Dec 05 2022 at 01:43):

Would you e.g. make a stack slot and preallocate your fields?

view this post on Zulip bjorn3 (Dec 05 2022 at 10:53):

You did make a stack slot large enough to fit your value and then when storing or loading a field calculate the offset of the field you want to access.


Last updated: Nov 22 2024 at 16:03 UTC