[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: table.new in 5.3?
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 26 Nov 2013 21:57:06 +0200
As an aid to understanding what actually happens in tables,
I tried writing a Lua C function that extracts some information
from the table passed as first argument. This involves converting
the stack top to *Table.
I did not succeed. I just could not unravel the pyramid of StkId
and GCObject and TValue and Value to get to *Table.
If anyone has figured it out, please share.
- References:
- table.new in 5.3?, Rena
- Re: table.new in 5.3?, Yichun Zhang (agentzh)
- Re: table.new in 5.3?, Roberto Ierusalimschy
- Re: table.new in 5.3?, Sean Conner
- Re: table.new in 5.3?, David Heiko Kolf
- Re: table.new in 5.3?, Roberto Ierusalimschy
- Re: table.new in 5.3?, Mike Pall
- Re: table.new in 5.3?, Javier Guerra Giraldez
- Re: table.new in 5.3?, Philipp Janda
- Re: table.new in 5.3?, Coda Highland
- Re: table.new in 5.3?, Philipp Janda