| Commit message (Collapse) | Author | Age |
| |
|
| |
|
|
|
|
| |
In future this could be configurable
|
|\ |
|
| | |
|
| | |
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
Fixes exceeding stack size
Brings more in line with C source
|
| |
|
|
|
|
| |
Found via behaviour of pushnumint in lmathlib
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes `0.983 == 0` == true
|
| |
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
| |
If there's a table in the concat sequence, we ended up with a toconcat
array with undefined slots.
|
| |
|
|
|
|
| |
Closes #37
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Do the TString creation in one big Array.prototype.concat
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| |
| | |
Oddly 'const' on OCi helps, but on anything else dramatically increases runtime
Otherwise the reduced scope for other variables is a tiny bit faster
|
| |
| |
| |
| | |
This makes it faster on my computer
|
|/ |
|