| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-09-25 | Use computed goto to dispatch next opcode | Hein-Pieter van Braam | 1 | -109/+183 | |
| On compulers that define __GNUC__ use computed goto to directly dispatch the next instruction rather than going through another switch statement. This saves a jump and some comparisons. In tight loops this is is roughly 10% faster than the switch() method. | |||||
| 2017-09-24 | Fix typo in fixed-fps help line | Hein-Pieter van Braam | 1 | -1/+1 | |
| 2017-09-24 | Fix Variant::get_named return when p_index is invalid | Marcelo Fernandez | 1 | -0/+1 | |
| 2017-09-24 | Fix Dictionary set_named | Hein-Pieter van Braam | 1 | -1/+1 | |
| Reduz optimized field indexing in 3c85703 but the changes didn't apply to dictionary so this code remained untouched. However, the logic for validity checking was changed but not updated for the dictionary case. | |||||
| 2017-09-24 | Dist: Fix typos in manpage | Rémi Verschelde | 1 | -2/+2 | |
| [ci skip] | |||||
| 2017-09-24 | Dist: Use HTTPS for screenshot link in AppData file | Rémi Verschelde | 2 | -5/+5 | |
| [ci skip] | |||||
