Roberto Ierusalimschy 9b37a4695e New semantics for the integer 'for' loop
The numerical 'for' loop over integers now uses a precomputed counter
to control its number of iteractions. This change eliminates several
weird cases caused by overflows (wrap-around) in the control variable.
(It also ensures that every integer loop halts.)

Also, the special opcodes for the usual case of step==1 were removed.
(The new code is already somewhat complex for the usual case,
but efficient.)
2019-03-19 10:53:18 -03:00
2019-03-14 15:30:54 -03:00
2018-10-25 15:30:15 -03:00
2019-03-14 15:30:54 -03:00
2019-03-14 15:30:54 -03:00
2019-01-04 13:09:47 -02:00
2019-03-13 13:16:53 -03:00
2019-03-14 15:53:42 -03:00
2019-03-15 13:14:17 -03:00
2018-10-23 12:58:38 -03:00
2019-03-15 13:14:17 -03:00
2018-11-22 13:56:04 -02:00
2019-03-14 15:30:54 -03:00
2019-03-14 15:30:54 -03:00
2019-03-14 15:30:54 -03:00
2019-03-14 15:30:54 -03:00
2019-03-15 13:14:17 -03:00
2019-03-19 10:53:18 -03:00
Description
No description provided
13 MiB
Languages
C 66.7%
Lua 32.6%
Makefile 0.6%
Shell 0.1%