This website requires JavaScript.
Explore
Help
Register
Sign In
tomoaki
/
hakorune
Watch
1
Star
0
Fork
0
You've already forked hakorune
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f77bbb587899f87f377ee60e691dd60ea700b37c
hakorune
/
src
/
backend
/
vm_instructions
History
Tomoaki
df88296d97
Merge branch 'main' of
https://github.com/moe-charm/nyash
2025-09-08 01:41:05 +09:00
..
boxcall.rs
wip(phase15): AOT修正作業中 - Nyプラグインと標準ライブラリ実装
2025-09-06 06:24:08 +09:00
call.rs
Phase 12.7完了 + ChatGPT5によるVMリファクタリング
2025-09-04 03:41:02 +09:00
core.rs
🎉
Phase 11.8/12.7: MIR Core-13 完全実装 + 糖衣構文ドキュメント更新
2025-09-04 11:34:15 +09:00
extern_call.rs
merge: resolve conflicts (prefer cranelift-dev for Core-13 defaults; drop modules/using, add env.local/env.box shims)
2025-09-08 01:28:39 +09:00
function_new.rs
Phase 12.7完了 + ChatGPT5によるVMリファクタリング
2025-09-04 03:41:02 +09:00
mod.rs
Phase 12.7完了 + ChatGPT5によるVMリファクタリング
2025-09-04 03:41:02 +09:00
newbox.rs
Phase 12.7完了 + ChatGPT5によるVMリファクタリング
2025-09-04 03:41:02 +09:00
plugin_invoke.rs
vm: stabilize plugin-first VM output + TLV decode\n\n- runtime(plugin_loader_v2): decode plugin TLV generically (tag 1/2/3/5/6/7/8/9)\n- vm(print): coerce plugin-backed results via semantics (i64/string) for consistent output\n- vm(plugin_invoke): add decode debug; align return handling\n- bin/lib: expose runner_plugin_init in bin; fix call sites to init plugin host\n- tools(build_aot.sh): disable legacy-forbid diag and toml env for object emit\n- add VM/JIT smoke scripts (counter, filebox, jit-compare)\n\nResult: VM plugin smokes PASS; jit-direct compare PASS. AOT emit still needs CLIF block init tweak.
2025-09-08 01:08:59 +09:00