We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c8f98 commit a41fa71Copy full SHA for a41fa71
README.md
@@ -45,7 +45,7 @@ source ~/.zshrc
45
./gradlew nativeOptimizedCompile; .build/native/nativeOptimizedCompile/jungmha
46
```
47
<div align="center">
48
- <span><img src="src/main/resources/images/diagram/icons/swappy-20240405-203708.png" height=256 width=512 /></span>
+ <span><img src="src/main/resources/images/diagram/icons/swappy-20240405-203708.png" height=256 width=450 /></span>
49
</div>
50
51
โดยคำสั่งทั้งสองนี้เป็นตัวเลือกในการคอมไพล์และรันโปรแกรม ซึ่ง JIT ทำการคอมไพล์แบบแปลงเป็น bytes code และรันผ่าน JVM ในขณะที่ AOT ทำการคอมไพล์เป็น native code ของแพลตฟอร์มนั้นๆ และรันโดยตรงโดยไม่ต้องผ่าน JVM อีกต่อไป
0 commit comments