476 Commits

Author SHA1 Message Date
34678068ac Remove interpreter paths and enforce bytecode-only execution 2026-02-14 01:20:13 +03:00
e73fe0d3c5 Remove interpreter fallbacks and enforce bytecode execution 2026-02-14 00:41:33 +03:00
26564438e2 Enforce bytecode-only statements and wrap defaults 2026-02-13 06:44:00 +03:00
489dae6604 Enforce bytecode-only wrappers and add extern bridge opcode 2026-02-13 04:46:07 +03:00
05cba5b653 Enforce bytecode-only class and instance init bodies 2026-02-13 01:37:16 +03:00
70ba424ef9 Require bytecode for StatementRef evaluation 2026-02-13 01:36:10 +03:00
90826b519d Remove interpreter paths and enforce bytecode-only execution 2026-02-13 00:19:47 +03:00
4cd8e5ded2 Block non-bytecode Statements in bytecode calls 2026-02-12 17:55:30 +03:00
db4f7d0973 Finalize bytecode-only lambdas and frame binding 2026-02-12 17:47:05 +03:00
51319fa8b7 Step 27D: expose lambda fallback reporter 2026-02-12 00:03:48 +03:00
86ac7eee54 Step 27C: report lambda bytecode fallbacks 2026-02-12 00:02:09 +03:00
18278794d6 Step 27B: bytecode ::class 2026-02-11 23:10:32 +03:00
ac680ceb6c Step 27A: remove EVAL_STMT 2026-02-11 21:15:43 +03:00
6efdfc1964 Step 26C: remove forceScopeSlots 2026-02-11 21:02:48 +03:00
b9af80a1b2 Step 26B: drop containsValueFnRef 2026-02-11 20:53:15 +03:00
bde32ca7b5 Step 26A: bytecode lambda callables 2026-02-11 20:50:56 +03:00
99ca15d20f Step 24E: frame capture refs 2026-02-11 20:33:58 +03:00
c14c7d43d9 Step 24D: bytecode closure scope 2026-02-11 11:36:19 +03:00
1271f347bd Step 25D: module decl disasm coverage 2026-02-10 09:31:21 +03:00
4e08339756 Step 25C: bytecode class declarations 2026-02-10 08:30:10 +03:00
b32a937636 Step 25B: bytecode function declarations 2026-02-10 08:13:58 +03:00
4db0a7fbab Step 25A: bytecode enum declarations 2026-02-10 08:04:28 +03:00
8b196c7b0c Step 24E: isolate interpreter-only capture logic 2026-02-10 07:58:29 +03:00
abbebec153 Step 24D: bytecode-only closure path for lambdas 2026-02-10 07:56:08 +03:00
c066dc7150 Step 24C: remove scope mirroring in bytecode runtime 2026-02-10 04:46:42 +03:00
6c0b86f6e6 Step 24B: frame-slot captures for bytecode lambdas 2026-02-10 04:33:04 +03:00
8f1c660f4e Step 24A: bytecode capture tables for lambdas 2026-02-10 04:19:52 +03:00
0caa9849cf Step 25: emit DECL_EXEC for declarations 2026-02-09 22:00:46 +03:00
dab0b9f165 Step 24: remove assign scope slot 2026-02-09 20:42:02 +03:00
6aa23e8ef3 Step 23: frame-based delegated locals 2026-02-09 19:57:59 +03:00
c035b4c34c Step 22: delegated locals in bytecode 2026-02-09 12:34:23 +03:00
9d508e219f Step 21: union mismatch bytecode throw 2026-02-09 12:13:33 +03:00
b49f291bff Step 20: bytecode NopStatement 2026-02-09 12:04:51 +03:00
ae88898f58 Step 16: remove ToBoolStatement 2026-02-09 11:42:51 +03:00
565dbf98ed Step 19: union member access 2026-02-09 11:38:04 +03:00
5305ced89f Step 18: delegated member access in bytecode 2026-02-09 11:00:29 +03:00
b2d5897aa8 Step 17: callable property calls 2026-02-09 10:50:53 +03:00
0b94b46d40 Step 15: class-scope ?= in bytecode 2026-02-09 10:34:36 +03:00
541738646f Enable fast local refs behind compiler flag 2026-02-09 10:28:32 +03:00
f0dc0d2396 Support qualified this refs in bytecode 2026-02-09 10:16:04 +03:00
7850d5fbde Cover optional index pre-inc short-circuit 2026-02-09 10:07:32 +03:00
cde7cf2caf Add optional inc/dec bytecode tests 2026-02-09 10:06:39 +03:00
473a5dd6ed Handle optional assign-ops and inc/dec in bytecode 2026-02-09 10:04:37 +03:00
694d15c69d Add bytecode destructuring assignment 2026-02-09 09:58:34 +03:00
8a7582891a Fix bytecode object refs and post-inc 2026-02-09 03:20:14 +03:00
5b1a8af4e3 Allow delay in bytecode 2026-02-09 02:18:00 +03:00
58581d6bf0 Step 9: module-level bytecode execution 2026-02-09 02:09:29 +03:00
e2f503744d Bytecode: dynamic member assign ops 2026-02-09 02:05:58 +03:00
d739833c57 Step 8: bytecode ObjDynamic member access 2026-02-09 02:02:10 +03:00
5fd322a43e Step 7: bytecode class-scope member refs 2026-02-09 01:53:12 +03:00