# HG changeset patch # User Petter T. # Date 1698423532 -7200 # Fri Oct 27 18:18:52 2023 +0200 # Node ID accc8c4546a80fdc8ca216505b8fd3a62c932ebf # Parent c1bffa0c88dba56531304c8d5e126b65f4f22c89 Remove obsolete persistant slot limit in bytecode compiler Wide slots are used and the limit check was not updated. * pt-bytecode-walk.cc: Remove limit diff -r c1bffa0c88db -r accc8c4546a8 libinterp/parse-tree/pt-bytecode-walk.cc --- a/libinterp/parse-tree/pt-bytecode-walk.cc Thu Oct 26 10:38:28 2023 -0400 +++ b/libinterp/parse-tree/pt-bytecode-walk.cc Fri Oct 27 18:18:52 2023 +0200 @@ -1339,8 +1339,6 @@ CHECK_NONNULL (id); int offset = id->symbol ().data_offset (); - CHECK (offset < 256); // TODO: Support more slots - // The VM need to know the special persistent variable offset // so we store it in the unwind data m_code.m_unwind_data.