We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6917fa commit ab79692Copy full SHA for ab79692
lib/fizzy/stack.hpp
@@ -52,8 +52,8 @@ class Stack
52
53
class OperandStack
54
{
55
- /// The size of the pre-allocated internal storage: 128 bytes.
56
- static constexpr auto small_storage_size = 128 / sizeof(Value);
+ /// The size of the pre-allocated internal storage: 256 bytes.
+ static constexpr auto small_storage_size = 256 / sizeof(Value);
57
58
/// The pointer to the top item, or below the stack bottom if stack is empty.
59
///
0 commit comments