summaryrefslogtreecommitdiff
path: root/src/lj_opt_fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lj_opt_fold.c')
-rw-r--r--src/lj_opt_fold.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lj_opt_fold.c b/src/lj_opt_fold.c
index c91f3382..69ade882 100644
--- a/src/lj_opt_fold.c
+++ b/src/lj_opt_fold.c
@@ -1351,8 +1351,9 @@ LJFOLDF(fwd_xload)
1351/* Write barriers are amenable to CSE, but not across any incremental 1351/* Write barriers are amenable to CSE, but not across any incremental
1352** GC steps. 1352** GC steps.
1353** 1353**
1354** The same logic applies to open upvalue references, because the stack 1354** The same logic applies to open upvalue references, because a stack
1355** may be resized during a GC step. 1355** may be resized during a GC step (not the current stack, but maybe that
1356** of a coroutine).
1356*/ 1357*/
1357LJFOLD(TBAR any) 1358LJFOLD(TBAR any)
1358LJFOLD(OBAR any any) 1359LJFOLD(OBAR any any)