1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00
Roberto Ierusalimschy 2cffb08a5c new style for debug information about functions: no more SETFUNCTION
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.
1995-10-17 09:58:41 -02:00
1995-10-04 11:20:26 -03:00
1995-10-11 17:50:56 -03:00
1995-10-13 12:16:25 -03:00
1993-12-17 16:41:19 -02:00
1995-10-09 09:49:21 -03:00
1993-12-17 16:41:19 -02:00
1995-02-06 17:32:43 -02:00
1994-11-13 12:39:04 -02:00
Description
No description provided
16 MiB
Languages
C 67.4%
Lua 32%
Makefile 0.6%