|
|
09b1eb68ae
|
Enable fast string compares for indexed list
|
2026-02-16 17:58:05 +03:00 |
|
|
|
fdb23b3a76
|
Reuse void slot for if statements
|
2026-02-16 17:50:39 +03:00 |
|
|
|
7c28296f92
|
Elide redundant bool conversions in logical ops
|
2026-02-16 17:42:04 +03:00 |
|
|
|
3e654ddd60
|
Use primitive ops for mixed int/real
|
2026-02-16 17:37:49 +03:00 |
|
|
|
e8f5c9eaf4
|
Use fast compare for stable obj temps
|
2026-02-16 17:35:08 +03:00 |
|
|
|
44f9573eec
|
Add mixed compare benchmark baseline
|
2026-02-16 17:33:05 +03:00 |
|
|
|
a8f6aa31f1
|
Fix for-loop real widening coercions
|
2026-02-16 16:53:53 +03:00 |
|
|
|
fd2da1efd3
|
VM optimizations
|
2026-02-16 06:16:29 +03:00 |
|
|
|
637258581d
|
Optimize int loop jumps and document loop var immutability
|
2026-02-15 15:12:52 +03:00 |
|
|
|
db9dc73da8
|
Fix portability issues and move JVM-only test
|
2026-02-15 11:09:55 +03:00 |
|
|
|
b233d4c15f
|
Improve plugin symbol accuracy in completion and docs
|
2026-02-15 11:05:57 +03:00 |
|
|
|
3f2c38c471
|
Add Scope.requireClass helper for stdlib binding
|
2026-02-15 01:45:21 +03:00 |
|
|
|
d8d2eff436
|
Bind KotlinIterator via stdlib extern class
|
2026-02-15 01:37:40 +03:00 |
|
|
|
6295cea6ad
|
Test module-frame lookup in bridge resolver
|
2026-02-15 01:29:13 +03:00 |
|
|
|
cc681c76a0
|
Test extension callable handles
|
2026-02-15 01:26:31 +03:00 |
|
|
|
9cf87d1075
|
Add Kotlin bridge reflection handles and tests
|
2026-02-15 01:23:13 +03:00 |
|
|
|
cd145f6a96
|
Migrate runtime locals to frame slots
|
2026-02-14 23:25:19 +03:00 |
|
|
|
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 |
|