508 Commits

Author SHA1 Message Date
79a541b148 Clean up compiler warnings 2026-02-18 18:16:33 +03:00
64debf78bd Fix MI Lynon serialization test 2026-02-18 12:14:09 +03:00
f0bcee407a Enable pooled closure test; keep MI serialization ignored 2026-02-18 12:10:26 +03:00
5b15d85c14 Enable lynlib tests, drop legacy perf tests 2026-02-18 12:08:19 +03:00
28d3f8364c fixed booktests 2026-02-18 10:14:09 +03:00
dc9885c218 fixed samples test 2026-02-18 09:17:12 +03:00
2d4ae0d98b fixed site sample to be more expressive 2026-02-17 22:34:56 +03:00
74d911e837 Migrate IdeLenientImportProvider to lynglib, add detailed time-related documentation, and improve analysis support for unresolved references. 2026-02-17 22:20:31 +03:00
2e7c28f735 corrected home page samples 2026-02-17 12:47:55 +03:00
69156893d4 Improve receiver class handling and enhance resolution logic 2026-02-17 12:35:31 +03:00
df19524177 Refine variable resolution logic, update type alias syntax 2026-02-17 08:17:57 +03:00
b6851b7098 Improve variable resolution and expand test coverage; improved wahtsnew 2026-02-17 08:06:06 +03:00
afa4b20070 update version, site and docs 2026-02-16 19:29:14 +03:00
c5b8871c3a Add support for closed classes and enhancements to the Kotlin reflection bridge 2026-02-16 19:08:32 +03:00
bfa8a59df3 Unbox assign-op operands for fast int/real ops 2026-02-16 18:04:55 +03:00
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