<korvo>
Hey, quick question from #esolangs where we are talking about fat pointers and interpreter implementation. Are RPython classes compiled to fat pointers or does each object have a pointer to its class/vtable?
* korvo
okay with being embarrassed to not know this
itamarst has quit [Quit: Connection closed for inactivity]
auk has quit [Quit: Leaving]
Dejan has joined #pypy
itamarst has joined #pypy
<cfbolz>
korvo: rpython instances are heap allocated, and they have a thin pointer to their class/vtable as part of the header word
<korvo>
cfbolz: Got it, thanks.
Dejan has quit [Remote host closed the connection]
Dejan has joined #pypy
Dejan has quit [Remote host closed the connection]