From ba0986ac66e3a22d211ad3707ad037fdc10910af Mon Sep 17 00:00:00 2001 From: Martin Neupauer Date: Mon, 15 May 2023 16:50:05 +0000 Subject: SERVER-76896 Add direct access for two common slot accessors --- src/mongo/db/exec/sbe/vm/vm_printer.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mongo/db/exec/sbe/vm/vm_printer.cpp') diff --git a/src/mongo/db/exec/sbe/vm/vm_printer.cpp b/src/mongo/db/exec/sbe/vm/vm_printer.cpp index 921463cab28..e545136cb56 100644 --- a/src/mongo/db/exec/sbe/vm/vm_printer.cpp +++ b/src/mongo/db/exec/sbe/vm/vm_printer.cpp @@ -296,6 +296,8 @@ public: .writeValueToStream(tag, val); break; } + case Instruction::pushOwnedAccessorVal: + case Instruction::pushEnvAccessorVal: case Instruction::pushAccessVal: case Instruction::pushMoveVal: { auto accessor = readFromMemory(pcPointer); -- cgit v1.2.1