Commit History

Author SHA1 Message Date
  Roberto Ierusalimschy 267ef461d0 Bug: check for constructor overflow in [exp] fields 2 months ago
  Roberto Ierusalimschy 9f0c0fe0de Bug: Wrong limit for local variables in 16-bit systems 10 months ago
  Roberto Ierusalimschy 5ab6a5756b Bug: Wrong line number for function calls 1 year ago
  Roberto Ierusalimschy e15f1f2bb7 Details 2 years ago
  Roberto Ierusalimschy 413a393e62 Stack indices changed to union's 2 years ago
  Roberto Ierusalimschy 997f11f543 Bug: 'break' may not properly close variable in a 'for' loop 2 years ago
  Roberto Ierusalimschy 1f3c6f4534 Bug: Lua can generate wrong code when _ENV is <const> 3 years ago
  Roberto Ierusalimschy 6a0dace25a Bug: 'local function' can assign to '<const>' variables 4 years ago
  Roberto Ierusalimschy 47cffdc723 Bug: tbc variables in "for" loops don't avoid tail calls 4 years ago
  Roberto Ierusalimschy 59c88f846d Broadening the use of branch hints 4 years ago
  Roberto Ierusalimschy d9d2904f09 Details 4 years ago
  Roberto Ierusalimschy ab1aca94e8 Removed optimization for «if ... then goto» 4 years ago
  Roberto Ierusalimschy d742a193e5 Comments 4 years ago
  Roberto Ierusalimschy 287b302acb Revision of stackless implementation 4 years ago
  Roberto Ierusalimschy 5d8ce05b3f Back to a stackless implementation 4 years ago
  Roberto Ierusalimschy 6d7cd31fee Fixed missing GC barriers in compiler and undump 5 years ago
  Roberto Ierusalimschy 63295f1f7f Fixed two bugs in to-be-closed variables x constants 5 years ago
  Roberto Ierusalimschy cac075a122 Small issue in 'exprstat' 5 years ago
  Roberto Ierusalimschy e460752323 Fixed "conceptual" bug in 'luaK_setreturns' 5 years ago
  Roberto Ierusalimschy 7bd1e53753 Fixed a warning and other minor issues 5 years ago
  Roberto Ierusalimschy 0d52913804 Change in the syntax of attributes 6 years ago
  Roberto Ierusalimschy e70f275f32 Bug: 'Vardesc' array can be reallocated in 'localstat' 6 years ago
  Roberto Ierusalimschy 9a37dc0ce6 Small corrections when setting 'L->top' 6 years ago
  Roberto Ierusalimschy d6af81084d New kind of expression VKSTR 6 years ago
  Roberto Ierusalimschy 758c1ef445 Unification of size representation in OP_NEWTABLE and OP_SETLIST 6 years ago
  Roberto Ierusalimschy 1fb4d53925 OP_NEWTABLE keeps exact size of arrays 6 years ago
  Roberto Ierusalimschy f6aab3ec1f First implementation of constant propagation 6 years ago
  Roberto Ierusalimschy be8445d7e4 Details 6 years ago
  Roberto Ierusalimschy 3d296304ef Towards constant propagation 6 years ago
  Roberto Ierusalimschy 54f7b46c1e New implementation for constants 6 years ago