标签: c++ cpython
这是什么C ++语法:
static void *opcode_targets[256] = { &&_unknown_opcode, &&TARGET_POP_TOP, ... }
我发现在cpython source code
是功能吗?为什么在开头添加&&?
&&