Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 19, 2023
1 parent 353d53b commit 7dec97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cell.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ localtype_cellsize(const struct localtype *lt)
* for the given localidx
*
* as this is called on every `local.get`, it is one of
* the performance critical code in the interpreter.
* the most performance critical code in the interpreter.
*/
uint32_t
frame_locals_cellidx(struct exec_context *ctx, uint32_t localidx,
Expand Down

0 comments on commit 7dec97c

Please sign in to comment.