5128 Commits (4846f7e3bb1397142ab0de808ae59c08db9832a6)
 

Author SHA1 Message Date
Roberto Ierusalimschy 4846f7e3bb Micro optimization in OP_RETURN and OP_TAILCALL 5 years ago
Roberto Ierusalimschy c220b0a5d0 '__close' method may be called again in case of error 5 years ago
Roberto Ierusalimschy 298f383ffc Avoid setting the stack top below upvalues to be closed 5 years ago
Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST 5 years ago
Roberto Ierusalimschy dd6d8db49a Reordering of instructions in the main loop 5 years ago
Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays 5 years ago
Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation 5 years ago
Roberto Ierusalimschy be8445d7e4 Details 5 years ago
Roberto Ierusalimschy 3d296304ef Towards constant propagation 5 years ago
Roberto Ierusalimschy 54f7b46c1e New implementation for constants 5 years ago
Roberto Ierusalimschy e888976bc6 Details (typos in comments) 5 years ago
Roberto Ierusalimschy 4d46289331 Local attributes can be used in list of local variables 5 years ago
Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation 5 years ago
Roberto Ierusalimschy 924bed7297 Methods separated from metamethods in 'io' 5 years ago
Roberto Ierusalimschy 8b7cfee26b Small changes around C-stack limit 5 years ago
Roberto Ierusalimschy c1a63c45f8 '__call' metamethod can be any callable object 5 years ago
Roberto Ierusalimschy 4487c28ced A few more tests for table access in the API 5 years ago
Roberto Ierusalimschy 05ba288049 Added script 'packtests' to the project 5 years ago
Roberto Ierusalimschy 6b9490bd72 Details in tests 5 years ago
Roberto Ierusalimschy e4b02ca8e4 Structure 'Vardesc' does not need a 'name' field 5 years ago
Roberto Ierusalimschy 20a9853e02 Cleaning macros in 'luaV_execute' 5 years ago
Roberto Ierusalimschy 1d70708a78 Fixed bug [5.4 alpha] for errors in finalizers 5 years ago
Roberto Ierusalimschy be73f72fcc New function 'setCstacklimit' 5 years ago
Roberto Ierusalimschy 3cd9b56ae6 Revamp around 'L->nCcalls' count 5 years ago
Roberto Ierusalimschy d2a9b4ffb8 Detail in the manual 5 years ago
Roberto Ierusalimschy f39e8c06d6 Updated the documentation for the API function 'lua_gc' 6 years ago
Roberto Ierusalimschy 6aeaeb5656 Detail in makefile 6 years ago
Roberto Ierusalimschy b4d5dff8ec Multiple errors in '__toclose' report the first one 6 years ago
Roberto Ierusalimschy 14edd364c3 Function 'warn' is vararg 6 years ago
Roberto Ierusalimschy 514d942748 'coroutine.kill' renamed 'coroutine.close' 6 years ago
Roberto Ierusalimschy 4a3fd8488d bug in 5.4 alpha rc1: to-be-closed x vararg functions 6 years ago
Roberto Ierusalimschy 2c68e66570 Details 6 years ago
Roberto Ierusalimschy 7d0f41df41 Improvements in 'testes/cstack.lua' 6 years ago
Roberto Ierusalimschy 2b8b53864c Improvements in 'luaL_traceback' 6 years ago
Roberto Ierusalimschy b293ae0577 Details 6 years ago
Roberto Ierusalimschy d9f40e3f6f First implementation for 'const' variables 6 years ago
Roberto Ierusalimschy 347d6961ac Define LUA_MAXUNSIGNED as a preprocessor constant 6 years ago
Roberto Ierusalimschy 0b63d79b36 Details 6 years ago
Roberto Ierusalimschy 279c3a6961 A few changes in tests about number of bits in integers 6 years ago
Roberto Ierusalimschy 49c42f3615 Some improvements in 'luaconf.h' 6 years ago
Roberto Ierusalimschy d881325c2f Flag for to-be-closed variables changed to '<toclose>' 6 years ago
Roberto Ierusalimschy 3f253f116e Test for dead coroutine moved to 'lua_resume' 6 years ago
Roberto Ierusalimschy 389116d8ab Coroutines do not unwind the stack in case of errors 6 years ago
Roberto Ierusalimschy 01bded3d8c File 'lib2-v2.so' generated from its own source 6 years ago
Roberto Ierusalimschy 7c5786479c A few more improvements in 'luaO_pushvfstring' 6 years ago
Roberto Ierusalimschy b14609032c Avoid the creation of too many strings in 'package' 6 years ago
Roberto Ierusalimschy b36e26f51b Some more small improvements to 'luaO_pushvfstring' 6 years ago
Roberto Ierusalimschy 969b8c1f14 Fixed bug with to-be-closed variables in base C level 6 years ago
Roberto Ierusalimschy c65605151c New function 'luaL_addgsub' 6 years ago
Roberto Ierusalimschy 3da34a5fa7 Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' 6 years ago