<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lcode.h, branch v5-2-alpha</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>better organization for fields in struct 'expdesc'</title>
<updated>2010-07-02T20:42:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-07-02T20:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6a02bbe1e2f8ad1b98a077bd2aac44e776fd107c'/>
<id>6a02bbe1e2f8ad1b98a077bd2aac44e776fd107c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>better line numbers for function calls and unary/binary operators +</title>
<updated>2010-04-17T12:46:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-04-17T12:46:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=c066ac10a99736fff5ebaaf70daf7978f3910692'/>
<id>c066ac10a99736fff5ebaaf70daf7978f3910692</id>
<content type='text'>
null statement + no more "ambiguous syntax" restriction
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
null statement + no more "ambiguous syntax" restriction
</pre>
</div>
</content>
</entry>
<entry>
<title>new instructions to optimize indexing on upvalues</title>
<updated>2010-02-26T20:40:29+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-02-26T20:40:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=0fe2576a39633ab7873f9d4fd989f1e5203a5725'/>
<id>0fe2576a39633ab7873f9d4fd989f1e5203a5725</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>limit of constants per function changed to 2^26 using extra arguments</title>
<updated>2009-09-23T20:33:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-09-23T20:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=fcc46467fa92c8e9951e63baf2c3e1b22bf20a1f'/>
<id>fcc46467fa92c8e9951e63baf2c3e1b22bf20a1f</id>
<content type='text'>
to opcodes LOADK, GETGLOBAL, and SETGLOBAL
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to opcodes LOADK, GETGLOBAL, and SETGLOBAL
</pre>
</div>
</content>
</entry>
<entry>
<title>small optimization (reorder of BinOpr enum to unify some cases</title>
<updated>2009-06-18T16:35:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-06-18T16:35:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d7872dcf91eb2075312a03973a6cdb489610c796'/>
<id>d7872dcf91eb2075312a03973a6cdb489610c796</id>
<content type='text'>
in switches)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in switches)
</pre>
</div>
</content>
</entry>
<entry>
<title>new function 'luaK_codek' (detail)</title>
<updated>2009-06-10T16:52:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-06-10T16:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2598138eced28b6ff8d4db9550a4e70c26cd4baa'/>
<id>2598138eced28b6ff8d4db9550a4e70c26cd4baa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>some cleaning</title>
<updated>2008-10-28T12:55:00+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2008-10-28T12:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9e58e0df8f1d9abe7d9506b9685fb2362acf2b31'/>
<id>9e58e0df8f1d9abe7d9506b9685fb2362acf2b31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unused macro</title>
<updated>2006-03-21T19:28:03+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2006-03-21T19:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e1dda047b24600e67796279337db4be1d01cb673'/>
<id>e1dda047b24600e67796279337db4be1d01cb673</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>more privacy</title>
<updated>2005-11-08T19:44:31+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2005-11-08T19:44:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=e43e95553fdb0ebb30ab3c69c227aebd752942dd'/>
<id>e43e95553fdb0ebb30ab3c69c227aebd752942dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>numeral expressions keep their values in struct 'expdesc'</title>
<updated>2005-10-03T14:02:40+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2005-10-03T14:02:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=6dd0c6ccbcddc875933cab872008f57cbbbf997b'/>
<id>6dd0c6ccbcddc875933cab872008f57cbbbf997b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
