Wayne L.
Wayne L.
Similar to the commit mentioned: 5e75c4d1fe4fd641abc9c15404e65a1dffe70e3e ("OvmfPkg: raise DXEFV size to 12 MB", 2020-03-11), DXEFV outgrown again: build arch: IA32 X64 build: NOOPT macros: DEBUG_ON_SERIAL_PORT, SECURE_BOOT_ENABLE, SMM_REQUIRE, TPM2_ENABLE, TPM2_CONFIG_ENABLE, NETWORK_TLS_ENABLE,...
### systemd version the issue has been seen with systemd 255 (255.4-1ubuntu7) ### Used distribution Ubuntu 24.04 ### Linux kernel version used 6.8.0-22.22-generic ### CPU architectures issue was seen on...
Trying to implement opcode `PUSH_EXC_INFO` with the notes from https://docs.python.org/3/library/dis.html#opcode-PUSH_EXC_INFO ``` case Pyc::PUSH_EXC_INFO: { PycRef popped = stack.top(); stack.pop(); PycRef except = new ASTCondBlock(ASTBlock::BLK_EXCEPT, 0, NULL, false); except->init(); stack.push(except.cast()); stack.push(popped);...