summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_code_fragment_test/declare_frame_not_empty_stack.txt
blob: 1da06935028886bd9bc11e1c4155ee2cf86a94e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Golden test output of SBECodeFragmentTest/DeclareFrameNotEmptyStack
==== VARIATION append code
-- CODE:
[0x0000-0x0041] stackSize: 1, maxStackSize: 6
0x0000: pushConstVal(value: Nothing);
0x000a: pushConstVal(value: Nothing);
0x0014: pushConstVal(value: Nothing);
0x001e: pushConstVal(value: 10);
0x0028: pushConstVal(value: Nothing);
0x0032: pushLocalVal(arg: 1);
0x0037: swap();
0x0038: pop();
0x0039: swap();
0x003a: pop();
0x003b: swap();
0x003c: pop();
0x003d: swap();
0x003e: pop();
0x003f: swap();
0x0040: pop();

-- RESULT:
10

==== VARIATION append instr
-- CODE:
[0x0000-0x0041] stackSize: 1, maxStackSize: 6
0x0000: pushConstVal(value: Nothing);
0x000a: pushConstVal(value: Nothing);
0x0014: pushConstVal(value: Nothing);
0x001e: pushConstVal(value: 10);
0x0028: pushConstVal(value: Nothing);
0x0032: pushLocalVal(arg: 1);
0x0037: swap();
0x0038: pop();
0x0039: swap();
0x003a: pop();
0x003b: swap();
0x003c: pop();
0x003d: swap();
0x003e: pop();
0x003f: swap();
0x0040: pop();

-- RESULT:
10