<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/table.c, branch v2_4</title>
<subtitle>github.com: lua/lua.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/'/>
<entry>
<title>as strings are no more duplicated, "nextvar" can use "pushstring".</title>
<updated>1996-05-06T14:29:35+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-05-06T14:29:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=820ec63bdf9722d670f2ab8497f639f5fee5942a'/>
<id>820ec63bdf9722d670f2ab8497f639f5fee5942a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new algotithm to adjust garbage collection: it tries to adapt gc calls</title>
<updated>1996-04-29T18:53:53+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-04-29T18:53:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=21c9ebf4a9891786d5683537868cc348340ca89d'/>
<id>21c9ebf4a9891786d5683537868cc348340ca89d</id>
<content type='text'>
so that it collects half of the total objects when it is called.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that it collects half of the total objects when it is called.
</pre>
</div>
</content>
</entry>
<entry>
<title>lock mechanism seperseded by the REFERENCE mechanism.</title>
<updated>1996-04-22T18:00:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-04-22T18:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0ef5cf22891c9d34a88ccc5d89eb0ed82b004471'/>
<id>0ef5cf22891c9d34a88ccc5d89eb0ed82b004471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>a simplification about memory error messages.</title>
<updated>1996-03-21T18:55:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-21T18:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7a35f23c1688e3e24781c780e121bbdc0e4b53e1'/>
<id>7a35f23c1688e3e24781c780e121bbdc0e4b53e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better control when growing arrays.</title>
<updated>1996-03-21T16:33:47+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-21T16:33:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9284742a11b92dfe4ef011b963240cfa588515cd'/>
<id>9284742a11b92dfe4ef011b963240cfa588515cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"lua_ntable" and "lua_nconstant" are public (undump.c uses them).</title>
<updated>1996-03-14T15:57:19+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-03-14T15:57:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=3226ac2da8477456aaa38443507d3f276ebd74b7'/>
<id>3226ac2da8477456aaa38443507d3f276ebd74b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed strings (not collectable) don't need to be inserted in the constant table.</title>
<updated>1996-02-26T21:00:27+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-26T21:00:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d6e4c29733b43130c5222c49b3c4b9dfcd8bb893'/>
<id>d6e4c29733b43130c5222c49b3c4b9dfcd8bb893</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>useless #include.</title>
<updated>1996-02-14T18:25:04+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-14T18:25:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=45cf24485de6738b44cd9a68738ae6a11b3827db'/>
<id>45cf24485de6738b44cd9a68738ae6a11b3827db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reserved words are stored in main string table; "marked" field is</title>
<updated>1996-02-14T13:35:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-14T13:35:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d1608c597e2f45021d43c56050aff08e5d417699'/>
<id>d1608c597e2f45021d43c56050aff08e5d417699</id>
<content type='text'>
used to indicate its type.
Table initializations centralized by "tree.c".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
used to indicate its type.
Table initializations centralized by "tree.c".
</pre>
</div>
</content>
</entry>
<entry>
<title>BIG CHANGE: new data structure for constants, strings and globals, using</title>
<updated>1996-02-12T18:32:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1996-02-12T18:32:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=41259bff31dbb904edfb8070006ccb15577f8f04'/>
<id>41259bff31dbb904edfb8070006ccb15577f8f04</id>
<content type='text'>
an array of hash tables for all them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
an array of hash tables for all them.
</pre>
</div>
</content>
</entry>
</feed>
