Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
XmchxUp committed Jul 31, 2024
1 parent 55db71a commit 4db7333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 2024/07/brainfuck_jit.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ ChatGPT:
- 使用 `Box<[u8]>` 而不是 `Box<[u8; JIT_MEMORY_CAP]>`,这样可以避免固定大小数组在编译时带来的栈分配问题。
```

## JIT VS Interpreter

![](https://raw.githubusercontent.com/Ysoding/jitbf-rust/main/jit-vs-interpreter.gif)

0 comments on commit 4db7333

Please sign in to comment.