llvm(py): introduce BuildCtx + trace hub; refactor if-merge prepass + PHI wiring into module; unify logs; ctx-enable compare/ret/call/boxcall/externcall/typeop/newbox/safepoint; curated smoke option for if-merge; README updates; keep behavior stable
This commit is contained in:
@ -11,8 +11,9 @@ categories = ["development-tools::parsing", "interpreters"]
|
||||
|
||||
# Default features - minimal CLI only
|
||||
[features]
|
||||
default = ["cli", "plugins", "interpreter-legacy"]
|
||||
default = ["cli", "plugins"]
|
||||
interpreter-legacy = []
|
||||
vm-legacy = []
|
||||
e2e = []
|
||||
cli = []
|
||||
plugins-only = []
|
||||
|
||||
Reference in New Issue
Block a user