From c74b051ae0e226aeeaa1deaa3a7ac8c377a8b845 Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Wed, 15 Nov 2023 08:07:40 -0800 Subject: [PATCH] Update Bytecode.h Add a comment --- Common/include/Luau/Bytecode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/include/Luau/Bytecode.h b/Common/include/Luau/Bytecode.h index ba9d72a1..1ac68032 100644 --- a/Common/include/Luau/Bytecode.h +++ b/Common/include/Luau/Bytecode.h @@ -45,6 +45,7 @@ // Version 2: Adds Proto::linedefined. Supported until 0.544. // Version 3: Adds FORGPREP/JUMPXEQK* and enhances AUX encoding for FORGLOOP. Removes FORGLOOP_NEXT/INEXT and JUMPIFEQK/JUMPIFNOTEQK. Currently supported. // Version 4: Adds Proto::flags, typeinfo, and floor division opcodes IDIV/IDIVK. Currently supported. +// Version 5: Adds vector constants. Currently supported. // Bytecode opcode, part of the instruction header enum LuauOpcode