From f490780439450a06cf71eb40b453fc0154264337 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 14 Mar 2024 00:28:30 +0900 Subject: perf: unwrap StackEntry --- src/Execution/Frame.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/Execution/Frame.php (limited to 'src/Execution/Frame.php') diff --git a/src/Execution/Frame.php b/src/Execution/Frame.php new file mode 100644 index 0000000..da03e33 --- /dev/null +++ b/src/Execution/Frame.php @@ -0,0 +1,20 @@ + $arity + * @param list $locals + */ + public function __construct( + public readonly int $arity, + public array $locals, + public readonly ModuleInst $module, + public string $debugName, + ) { + } +} -- cgit v1.2.3-70-g09d2