Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tables may grow bigger than words. | Roberto Ierusalimschy | 1996-05-06 | 1 | -6/+6 |
| | |||||
* | details. | Roberto Ierusalimschy | 1996-03-08 | 1 | -2/+1 |
| | |||||
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -1/+3 |
| | | | | an array of hash tables for all them. | ||||
* | no more "Bool" type | Roberto Ierusalimschy | 1996-02-07 | 1 | -2/+2 |
| | |||||
* | control of garbage collection is done with Longs, as there can be | Roberto Ierusalimschy | 1995-01-12 | 1 | -2/+4 |
| | | | | more than WORD objects to collect. | ||||
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -6/+6 |
| | |||||
* | changes in garbage collection control | Roberto Ierusalimschy | 1994-11-17 | 1 | -2/+2 |
| | |||||
* | lua_equalObj now is global (and is used by opcode) | Roberto Ierusalimschy | 1994-11-14 | 1 | -1/+2 |
| | |||||
* | new field 'next' in struct 'Hash', to list tables for garbage collection. | Waldemar Celes | 1994-09-08 | 1 | -1/+2 |
| | |||||
* | Alteracao do hash, trocando tratamento de colisao por lista | Waldemar Celes | 1994-08-09 | 1 | -3/+3 |
| | | | | | | pela estrategia de re-hash. Foi feito uma avaliacao da funcao de hash, e constatado sua eficiencia com uma media de 4 acessos no hash ate' 70% ocupado. | ||||
* | evitar, durante consultas, criacao de nos nao encontrados. | Waldemar Celes | 1994-08-05 | 1 | -1/+2 |
| | |||||
* | Implementacao da nova estrategia para armazenar os arrays | Waldemar Celes | 1994-04-20 | 1 | -6/+4 |
| | | | | em lista encadeada. | ||||
* | hash manager for lua | Waldemar Celes | 1993-12-17 | 1 | -2/+1 |
| | |||||
* | oldest known commit | The Lua team | 1993-07-28 | 1 | -0/+35 |