294 Commits (1afd5a152dc8b3a304236dc4e07bca38ea5eb53a)

Author SHA1 Message Date
Roberto Ierusalimschy e2b15aa21d janitor work on casts 7 years ago
Roberto Ierusalimschy 6710a2b0ef detail (comment) 7 years ago
Roberto Ierusalimschy 599f1742c6 detail (typo in comments) 7 years ago
Roberto Ierusalimschy ad0704e40c back to 'CallInfo' (no gains with its removal) 7 years ago
Roberto Ierusalimschy 5a3f26f855 fitting a StackValue structure into 32 bytes (for 64-bit machines) 7 years ago
Roberto Ierusalimschy 472c560705 no more useful fields in CallInfo 7 years ago
Roberto Ierusalimschy 54eb35a8aa more fields moved out of 'CallInfo' 7 years ago
Roberto Ierusalimschy c5482468fd baby steps to remove 'CallInfo': keeping 'L->func' correct 7 years ago
Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements 7 years ago
Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute 7 years ago
Roberto Ierusalimschy 73ec04fcf3 no more 'DEADKEY'. Table traversals do not need to consider dead keys; 8 years ago
Roberto Ierusalimschy b6f87491af in hash nodes, keys are stored in separate pieces to avoid wasting 8 years ago
Roberto Ierusalimschy 4bb30f461b when assigning to a 'TValue', better assign only exact fields, 8 years ago
Roberto Ierusalimschy 8634b2a011 added 'cachemiss' field to prototype to avoid wasting time checking 8 years ago
Roberto Ierusalimschy 2caecf1b3e type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added 8 years ago
Roberto Ierusalimschy a3d36fe283 Upvalues collected like everything else (with mark-sweep) instead 8 years ago
Roberto Ierusalimschy e4a9e6fcca do not eliminate varargs from functions that do not use varargs 8 years ago
Roberto Ierusalimschy ebb2afa54b allow 'set' macros to be used when 'L' is not available (as it was 9 years ago
Roberto Ierusalimschy 6707ce6349 function prepares vararg only if it really uses them (chunks 9 years ago
Roberto Ierusalimschy ee5edb6b68 macros 'getaddrstr' and 'getstr' unified (they do the same thing) 9 years ago
Roberto Ierusalimschy eb0be12ceb detail in macro 'checkliveness' + macro 'setobj2t' defined as an 9 years ago
Roberto Ierusalimschy 6556fcfe5a small janitor work 9 years ago
Roberto Ierusalimschy 2ecaf18138 using macros ('rttype' and 'settt_') to access "private" field 'tt_' 10 years ago
Roberto Ierusalimschy 6ffe006f5c detail (removed unused macro VARBITS) 10 years ago
Roberto Ierusalimschy 2b37f2150e comments 10 years ago
Roberto Ierusalimschy 6408bc0b7f new macros 'chgfltvalue'/'chgivalue' (numerical for loop does 10 years ago
Roberto Ierusalimschy 7e2015a46d size of short strings stored in a single byte, to reduce the size 10 years ago
Roberto Ierusalimschy 3c55790ebe 'setkey' -> 'setnodekey' (to avoid conflicts with POSIX) 10 years ago
Roberto Ierusalimschy 2b83711fba new macro 'nvalue' (to convert an object to a float when we know 10 years ago
Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' 10 years ago
Roberto Ierusalimschy 34b6664dcb better to use 'long' to represent UTF-8 code points 10 years ago
Roberto Ierusalimschy 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to 10 years ago
Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible 10 years ago
Roberto Ierusalimschy 07c7fdb9df simpler definition for 'setobj' (trust the compiler for the assignment) 10 years ago
Roberto Ierusalimschy bb12903120 type 'Udata' refers directly to structure inside the union (union 10 years ago
Roberto Ierusalimschy ca41b43f53 type 'TString' refers directly to the structure inside the union 10 years ago
Roberto Ierusalimschy 56137d58ff added check for conversion 'obj2gco' (and corrections for small 10 years ago
Roberto Ierusalimschy 9aec500a26 no need for field 'gch' anymore 10 years ago
Roberto Ierusalimschy 5a9cc57a5e change in GCObject: instead of being a union, it is now a structure 10 years ago
Roberto Ierusalimschy 0e6229a953 use proper macros to convert 'GCObject' to other objects + better 11 years ago
Roberto Ierusalimschy 5ebdd326b6 detail (to avoid warnings of unused variable) 11 years ago
Roberto Ierusalimschy 0aa32fa0cb small changes in field order in some structs to reduce padding 11 years ago
Roberto Ierusalimschy 8927c14317 removed macro 'luai_checknum' (as NaN trick is not doable now) 11 years ago
Roberto Ierusalimschy 77e7ebca0a better alignments (for 64-bit arquitectures) for structures 'Table' and 11 years ago
Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of 11 years ago
Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts 11 years ago
Roberto Ierusalimschy ffa43df3cd 'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue') 11 years ago
Roberto Ierusalimschy c86b9da022 userdata can have any Lua value as uservalue 11 years ago
Roberto Ierusalimschy 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' 11 years ago
Roberto Ierusalimschy cac1ebd1e0 detail ('ttisuserdata' renamed to 'ttisfulluserdata') 11 years ago