Commit Verlauf

Autor SHA1 Nachricht Datum
  Roberto Ierusalimschy 3c0d3c6fbe Avoid using addresses of static variables as unique keys vor 6 Jahren
  Roberto Ierusalimschy 440a5ee78c Fixed bug for emergency collection in upvalue creation vor 6 Jahren
  Roberto Ierusalimschy dc07719b0d Tag LUA_TUPVALTBC replaced by a flag vor 6 Jahren
  Roberto Ierusalimschy 9cdf6b7082 Some details in 'lmem.c' and 'lgc.c' vor 6 Jahren
  Roberto Ierusalimschy 3c1d415bd3 Details vor 6 Jahren
  Roberto Ierusalimschy d36a31e673 Reviving HARDMEMTESTS vor 6 Jahren
  Roberto Ierusalimschy 024a6071ca Small bug with stack reallocation vor 6 Jahren
  Roberto Ierusalimschy 4eefef07ab 'math.randomseed()' returns the seeds it used vor 6 Jahren
  Roberto Ierusalimschy 9c28ed05c9 Calls 'luaF_close' in 'lua_settop' only when needed vor 6 Jahren
  Roberto Ierusalimschy 8082906c05 Fixed small issue with constant propagation vor 6 Jahren
  Roberto Ierusalimschy d6af81084d New kind of expression VKSTR vor 6 Jahren
  Roberto Ierusalimschy 4846f7e3bb Micro optimization in OP_RETURN and OP_TAILCALL vor 6 Jahren
  Roberto Ierusalimschy c220b0a5d0 '__close' method may be called again in case of error vor 6 Jahren
  Roberto Ierusalimschy 298f383ffc Avoid setting the stack top below upvalues to be closed vor 6 Jahren
  Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST vor 6 Jahren
  Roberto Ierusalimschy dd6d8db49a Reordering of instructions in the main loop vor 6 Jahren
  Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays vor 6 Jahren
  Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation vor 6 Jahren
  Roberto Ierusalimschy be8445d7e4 Details vor 6 Jahren
  Roberto Ierusalimschy 3d296304ef Towards constant propagation vor 6 Jahren
  Roberto Ierusalimschy 54f7b46c1e New implementation for constants vor 6 Jahren
  Roberto Ierusalimschy e888976bc6 Details (typos in comments) vor 6 Jahren
  Roberto Ierusalimschy 4d46289331 Local attributes can be used in list of local variables vor 6 Jahren
  Roberto Ierusalimschy 8eca21c2e8 First take on constant propagation vor 6 Jahren
  Roberto Ierusalimschy 924bed7297 Methods separated from metamethods in 'io' vor 6 Jahren
  Roberto Ierusalimschy 8b7cfee26b Small changes around C-stack limit vor 6 Jahren
  Roberto Ierusalimschy c1a63c45f8 '__call' metamethod can be any callable object vor 6 Jahren
  Roberto Ierusalimschy 4487c28ced A few more tests for table access in the API vor 6 Jahren
  Roberto Ierusalimschy 05ba288049 Added script 'packtests' to the project vor 6 Jahren
  Roberto Ierusalimschy 6b9490bd72 Details in tests vor 6 Jahren