Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy ad0704e40c back to 'CallInfo' (no gains with its removal) hace 8 años
  Roberto Ierusalimschy 5a3f26f855 fitting a StackValue structure into 32 bytes (for 64-bit machines) hace 8 años
  Roberto Ierusalimschy 472c560705 no more useful fields in CallInfo hace 8 años
  Roberto Ierusalimschy 54eb35a8aa more fields moved out of 'CallInfo' hace 8 años
  Roberto Ierusalimschy c5482468fd baby steps to remove 'CallInfo': keeping 'L->func' correct hace 8 años
  Roberto Ierusalimschy f96497397a new type 'StackValue' for stack elements hace 8 años
  Roberto Ierusalimschy b42430fd3a 'lineinfo' in prototypes saved as differences instead of absolute hace 8 años
  Roberto Ierusalimschy 73ec04fcf3 no more 'DEADKEY'. Table traversals do not need to consider dead keys; hace 8 años
  Roberto Ierusalimschy b6f87491af in hash nodes, keys are stored in separate pieces to avoid wasting hace 8 años
  Roberto Ierusalimschy 4bb30f461b when assigning to a 'TValue', better assign only exact fields, hace 8 años
  Roberto Ierusalimschy 8634b2a011 added 'cachemiss' field to prototype to avoid wasting time checking hace 8 años
  Roberto Ierusalimschy 2caecf1b3e type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added hace 8 años
  Roberto Ierusalimschy a3d36fe283 Upvalues collected like everything else (with mark-sweep) instead hace 8 años
  Roberto Ierusalimschy e4a9e6fcca do not eliminate varargs from functions that do not use varargs hace 9 años
  Roberto Ierusalimschy ebb2afa54b allow 'set' macros to be used when 'L' is not available (as it was hace 10 años
  Roberto Ierusalimschy 6707ce6349 function prepares vararg only if it really uses them (chunks hace 10 años
  Roberto Ierusalimschy ee5edb6b68 macros 'getaddrstr' and 'getstr' unified (they do the same thing) hace 10 años
  Roberto Ierusalimschy eb0be12ceb detail in macro 'checkliveness' + macro 'setobj2t' defined as an hace 10 años
  Roberto Ierusalimschy 6556fcfe5a small janitor work hace 10 años
  Roberto Ierusalimschy 2ecaf18138 using macros ('rttype' and 'settt_') to access "private" field 'tt_' hace 10 años
  Roberto Ierusalimschy 6ffe006f5c detail (removed unused macro VARBITS) hace 10 años
  Roberto Ierusalimschy 2b37f2150e comments hace 10 años
  Roberto Ierusalimschy 6408bc0b7f new macros 'chgfltvalue'/'chgivalue' (numerical for loop does hace 11 años
  Roberto Ierusalimschy 7e2015a46d size of short strings stored in a single byte, to reduce the size hace 11 años
  Roberto Ierusalimschy 3c55790ebe 'setkey' -> 'setnodekey' (to avoid conflicts with POSIX) hace 11 años
  Roberto Ierusalimschy 2b83711fba new macro 'nvalue' (to convert an object to a float when we know hace 11 años
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' hace 11 años
  Roberto Ierusalimschy 34b6664dcb better to use 'long' to represent UTF-8 code points hace 11 años
  Roberto Ierusalimschy 3a15c7ce43 size for array part of a table ('sizearray') changed from 'int' to hace 11 años
  Roberto Ierusalimschy 34ac039fb8 new macro 'cvt2str' to better control whether numbers are convertible hace 11 años