diff options
Diffstat (limited to 'src/lj_opt_fold.c')
-rw-r--r-- | src/lj_opt_fold.c | 5 |
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 | */ |
1357 | LJFOLD(TBAR any) | 1358 | LJFOLD(TBAR any) |
1358 | LJFOLD(OBAR any any) | 1359 | LJFOLD(OBAR any any) |