<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lcode.h, branch v5.2.2</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>'luaK_goiffalse' exported</title>
<updated>2011-08-30T16:26:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-08-30T16:26:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=ca458f1f525b15806e95c1b94c10df69a9e6c27d'/>
<id>ca458f1f525b15806e95c1b94c10df69a9e6c27d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new instruction OP_LOADKX (to replace OP_LOADK with extra argument)</title>
<updated>2011-04-07T18:14:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-04-07T18:14:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=427ee519db76b7a0747b5fc1d5dcf97092b5c0bf'/>
<id>427ee519db76b7a0747b5fc1d5dcf97092b5c0bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new scheme to close upvalues in 'break'; jump instructions may</title>
<updated>2011-02-01T18:03:10+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2011-02-01T18:03:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=dd547c55c85ba48f481836ba76ecdfe69960bcd0'/>
<id>dd547c55c85ba48f481836ba76ecdfe69960bcd0</id>
<content type='text'>
do the close, avoiding the need for a OP_CLOSE instruction
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
do the close, avoiding the need for a OP_CLOSE instruction
</pre>
</div>
</content>
</entry>
<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>
</feed>
