| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | optimize operations with immediates for compound assignment ops | 2022-10-09 | 1 | -53/+68 | |
| * | fix closures GC bug | 2022-10-09 | 1 | -1/+6 | |
| * | only close vars when necessary | 2022-10-09 | 1 | -1/+2 | |
| * | no need to explicitely close vars in top scope | 2022-10-09 | 1 | -1/+1 | |
| * | upval size optimization | 2022-10-09 | 1 | -4/+7 | |
| * | closures | 2022-10-09 | 1 | -22/+164 | |
| * | gc erratas | 2022-10-09 | 1 | -5/+11 | |
| * | gc bugfix | 2022-10-09 | 1 | -8/+9 | |
| * | style | 2022-10-09 | 1 | -22/+24 | |
| * | hm | 2022-10-09 | 1 | -3/+3 | |
| * | do not store each objs size | 2022-10-09 | 1 | -7/+30 | |
| * | more GC stuff | 2022-10-08 | 1 | -44/+78 | |
| * | basic gc and closures sketon | 2022-10-08 | 1 | -155/+346 | |
| * | initial commit | 2022-10-08 | 1 | -0/+3524 |