<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/lopcodes.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>POS_A replaced by POS_Ax (which is more "precise")</title>
<updated>2010-10-25T12:24:55+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-10-25T12:24:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d72ec210c73c9143288db06c06d35ec0077a8097'/>
<id>d72ec210c73c9143288db06c06d35ec0077a8097</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>details in opcode list</title>
<updated>2010-10-13T16:45:54+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-10-13T16:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f3026c36c2373793d807c4deecd1fecaf33a9cef'/>
<id>f3026c36c2373793d807c4deecd1fecaf33a9cef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>first version of _ENV; no more global variables</title>
<updated>2010-03-12T19:14:06+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2010-03-12T19:14:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=25c557ec6367870c127e879cce8ed8fa21f34398'/>
<id>25c557ec6367870c127e879cce8ed8fa21f34398</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and</title>
<updated>2009-11-19T19:06:52+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-11-19T19:06:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=062e809e542ec066986c4e3e054f95e1bfc0cb50'/>
<id>062e809e542ec066986c4e3e054f95e1bfc0cb50</id>
<content type='text'>
definitions of non-static variables
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
definitions of non-static variables
</pre>
</div>
</content>
</entry>
<entry>
<title>comment explaining OP_VARARG was wrong (and corresponding code was not</title>
<updated>2009-10-28T12:20:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-10-28T12:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=77077b39d59aa50bd64c7b7c5e660c6e187d11f2'/>
<id>77077b39d59aa50bd64c7b7c5e660c6e187d11f2</id>
<content type='text'>
very clear)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
very clear)
</pre>
</div>
</content>
</entry>
<entry>
<title>information about upvalues (where they come from) kept in Proto structure,</title>
<updated>2009-09-28T16:32:50+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-09-28T16:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=5938212748636d21d6f4b372481ab3b6dd6c7538'/>
<id>5938212748636d21d6f4b372481ab3b6dd6c7538</id>
<content type='text'>
instead of sequence of pseudo-opcodes after OP_CLOSURE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of sequence of pseudo-opcodes after OP_CLOSURE
</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>better notes about some opcodes (comments only)</title>
<updated>2009-03-09T15:27:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2009-03-09T15:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f9d015523ef48266cea37e13717c223c16941b23'/>
<id>f9d015523ef48266cea37e13717c223c16941b23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>generic for coded as two dedicated instructions to simplify resumption</title>
<updated>2008-10-30T15:39:30+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2008-10-30T15:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=84b3daebbd09b334db0fa125700ffdb1d326c4f6'/>
<id>84b3daebbd09b334db0fa125700ffdb1d326c4f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
