<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/lua-github.git/opcode.c, branch v2_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>useless "#include math.h"</title>
<updated>1995-11-16T20:46:24+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-11-16T20:46:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=f188e1000ba939dd58de2e8bdfa49db2e8db571c'/>
<id>f188e1000ba939dd58de2e8bdfa49db2e8db571c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>little improvement</title>
<updated>1995-11-10T14:12:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-11-10T14:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=87fe07c0d4e2fc5ef973e331da82974d2886e80c'/>
<id>87fe07c0d4e2fc5ef973e331da82974d2886e80c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functions now may be declared with any "var" as a name;</title>
<updated>1995-10-26T14:21:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-26T14:21:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=15d48576ea737d51e579f101a870e37f62b81f22'/>
<id>15d48576ea737d51e579f101a870e37f62b81f22</id>
<content type='text'>
therefore they do not have a "baptism" name.
Changes in debug API to acomodate that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
therefore they do not have a "baptism" name.
Changes in debug API to acomodate that.
</pre>
</div>
</content>
</entry>
<entry>
<title>new method to keep debug line information: current line is stored on the</title>
<updated>1995-10-25T13:05:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-25T13:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=9efc257d9d774501af4538a289729f3e8e5e3d7e'/>
<id>9efc257d9d774501af4538a289729f3e8e5e3d7e</id>
<content type='text'>
Lua stack, just below (new) base, with tag LUA_T_LINE.
SETLINE opcodes are generated by lex.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Lua stack, just below (new) base, with tag LUA_T_LINE.
SETLINE opcodes are generated by lex.
</pre>
</div>
</content>
</entry>
<entry>
<title>function "setfallback" now gives an error if called with wrong parameters.</title>
<updated>1995-10-17T14:30:05+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-17T14:30:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=a66404aca612b68def99db6c7daba549a8bba4b8'/>
<id>a66404aca612b68def99db6c7daba549a8bba4b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new module luadebug.h.</title>
<updated>1995-10-17T14:12:45+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-17T14:12:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=d80659759bcbcabf8b964356e5c9c867cd55effd'/>
<id>d80659759bcbcabf8b964356e5c9c867cd55effd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>new style for debug information about functions: no more SETFUNCTION</title>
<updated>1995-10-17T11:58:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-17T11:58:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=2cffb08a5c770678999a313a83c76652a3d02d4c'/>
<id>2cffb08a5c770678999a313a83c76652a3d02d4c</id>
<content type='text'>
opcodes. When a function is called, its entry in the stack is marked with
LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if
needed.
Functions now have their file names in the headers, so there is no need
of 'addfile' and the like.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
opcodes. When a function is called, its entry in the stack is marked with
LUA_T_(C)MARK, so function 'luaD_stackedfunction' can find it if
needed.
Functions now have their file names in the headers, so there is no need
of 'addfile' and the like.
</pre>
</div>
</content>
</entry>
<entry>
<title>new function "luaI_findconstantbyname".</title>
<updated>1995-10-13T15:16:25+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-13T15:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=b17c76817d008de0e0de460c5d0fac4741d0fe02'/>
<id>b17c76817d008de0e0de460c5d0fac4741d0fe02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bug: stack overflow error must leave space on the stack for error function.</title>
<updated>1995-10-09T18:45:59+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-09T18:45:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=36a7fda014d59ef14ca1fcbcf5bb38141495f11f'/>
<id>36a7fda014d59ef14ca1fcbcf5bb38141495f11f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"docall" now assumes that called function is always on the stack, just</title>
<updated>1995-10-09T13:10:20+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>1995-10-09T13:10:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/lua-github.git/commit/?id=7e0134865866951e522ad95034daf0e044fbedd2'/>
<id>7e0134865866951e522ad95034daf0e044fbedd2</id>
<content type='text'>
below "base". That gives more regularity for the stack shape, and
prevents fallbacks of being garbage collected if they are redefined
during execution.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
below "base". That gives more regularity for the stack shape, and
prevents fallbacks of being garbage collected if they are redefined
during execution.
</pre>
</div>
</content>
</entry>
</feed>
