mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Fix comments for BC_ITERN.
This commit is contained in:
parent
30db71e2e2
commit
0622ad9adc
@ -3091,7 +3091,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case BC_ITERN:
|
case BC_ITERN:
|
||||||
| // RA = base*8, (RB = (nresults+1)*8 (2+1)*8, RC = (nargs+1)*8 (2+1)*8)
|
| // RA = base*8, (RB = (nresults+1)*8, RC = (nargs+1)*8 (2+1)*8)
|
||||||
#if LJ_HASJIT
|
#if LJ_HASJIT
|
||||||
| // NYI: add hotloop, record BC_ITERN.
|
| // NYI: add hotloop, record BC_ITERN.
|
||||||
#endif
|
#endif
|
||||||
|
@ -4743,7 +4743,7 @@ static void build_ins(BuildCtx *ctx, BCOp op, int defop, int cmov, int sse)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case BC_ITERN:
|
case BC_ITERN:
|
||||||
| ins_A // RA = base, (RB = nresults+1 (2+1), RC = nargs+1 (2+1))
|
| ins_A // RA = base, (RB = nresults+1, RC = nargs+1 (2+1))
|
||||||
#if LJ_HASJIT
|
#if LJ_HASJIT
|
||||||
| // NYI: add hotloop, record BC_ITERN.
|
| // NYI: add hotloop, record BC_ITERN.
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user