387 Commits (f8e354e2404cbd0a91b4299598d4de9757e73fd7)

Author SHA1 Message Date
Roberto Ierusalimschy 878979cef7 no more opnames in binary tag methods 24 years ago
Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 years ago
Roberto Ierusalimschy eadf2aaaff small optimizations 24 years ago
Roberto Ierusalimschy 0a1b1acdd3 details about opcode parameters 24 years ago
Roberto Ierusalimschy 79acf5ea60 details 24 years ago
Roberto Ierusalimschy cbc59592ff new definition for `luaD_call' and `luaD_adjusttop' 24 years ago
Roberto Ierusalimschy 0267168675 details. 24 years ago
Roberto Ierusalimschy 943b8f5b18 details 24 years ago
Roberto Ierusalimschy 762d059a13 new implementation for the Virtual Machine 24 years ago
Roberto Ierusalimschy a68635a919 list constructors do not adjust last expression 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy c5a23cf01a details 24 years ago
Roberto Ierusalimschy 6048c4f74d better way to link callinfo's and stack 24 years ago
Roberto Ierusalimschy 5e870f86a2 optimization for tailcall does not seem to pay itself 24 years ago
Roberto Ierusalimschy dfd7ce74cf buffer should be void *, as char now is not that neutral... 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 5f37134e64 avoid '...' and "..." inside comments 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 1bdc156b52 details 24 years ago
Roberto Ierusalimschy d2e340f467 string pointers are always fully aligned 24 years ago
Roberto Ierusalimschy b6ce590433 details 24 years ago
Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 24 years ago
Roberto Ierusalimschy 1f917e709c better use of extra include files (both for tests and for old_ansi) 24 years ago
Roberto Ierusalimschy 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 24 years ago
Roberto Ierusalimschy 9a231afa97 top must be updated when there is any error 24 years ago
Roberto Ierusalimschy 4ab6acacdf better control of relationship top x L->top 24 years ago
Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
Roberto Ierusalimschy 3b6f8bfbe6 simpler implementation of for loops 24 years ago
Roberto Ierusalimschy caf01b5bfa better implementation for list "for" 24 years ago
Roberto Ierusalimschy ca1f28b829 avoid side-effects on macros that may use twice their arguments 24 years ago
Roberto Ierusalimschy c8559e3c8d a small optimization 24 years ago
Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago
Roberto Ierusalimschy a04de4f0ad no more END opcode 24 years ago
Roberto Ierusalimschy a653d93a43 string comparison only needs to test for "less than" 24 years ago
Roberto Ierusalimschy dabb19fc17 specialized versions for luaH_set (numbers and strings) 24 years ago
Roberto Ierusalimschy 08496eea8b small changes in lstring 24 years ago
Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 24 years ago
Roberto Ierusalimschy ad3816d0d1 luaD_call is more uniform 24 years ago
Roberto Ierusalimschy 046a3d6173 tag methods are always functions, so don't need to store a whole object 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy cd2ddaded9 call hooks can only be called when `pc' is active (that is, inside 24 years ago
Roberto Ierusalimschy d68209e822 details. 24 years ago
Roberto Ierusalimschy 1088cde03c easier way to change type Number 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago
Roberto Ierusalimschy 78bc8e553d new API for garbage collector 24 years ago