## 🧹 ルートディレクトリ整理 - batファイル(21個) → tools/windows/llvm-build-attempts/へ移動 - ログファイル → logs/archive/へ移動 - LLVM実行ファイル(計104MB) → .gitignoreに追加して削除 ## 📝 .gitignore更新 - app_*_llvm, app_link, string_len_app を除外 - 大容量バイナリファイルのアップロード防止 ## 🔧 追加のリファクタリング - src/jit/lower/builder/tls.rs: TLS関連を独立モジュール化 ## 📊 整理結果 - ルートディレクトリ: 0個の一時ファイル(完全クリーン) - リポジトリサイズ: 189MB(適切) - 最大追跡ファイル: 5.2MB(許容範囲内) GitHub公開準備完了!🚀 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
30 lines
1.1 KiB
Plaintext
30 lines
1.1 KiB
Plaintext
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_map_plugin
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_integer_plugin
|
|
[FileBox] Plugin initialized
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_filebox_plugin
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_python_plugin
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_array_plugin
|
|
[ConsoleBox] Plugin initialized
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_console_plugin
|
|
Net plugin: LOG_ON=false, LOG_PATH=net_plugin.log
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_net_plugin
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_math_plugin
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_counter_plugin
|
|
[PluginLoaderV2] nyash_plugin_init rc=0 for libnyash_string_plugin
|
|
🚀 MIR Output for examples/aot_py_eval_env_min.nyash:
|
|
; MIR Module: main
|
|
|
|
define i64 @main() {
|
|
bb0:
|
|
0: safepoint
|
|
1: %2 = new PyRuntimeBox()
|
|
2: plugin_invoke %2.birth()
|
|
3: %3 = plugin_invoke %2.eval()
|
|
4: %4 = const 0
|
|
5: %5 = new IntegerBox(%4)
|
|
6: plugin_invoke %5.birth(%4)
|
|
7: ret %5
|
|
}
|
|
|
|
|