Skip to content

Commit 0da4c39

Browse files
committed
speed optimization, ElfHash (Optimize.pas)
1 parent d45c40b commit 0da4c39

File tree

4 files changed

+122
-119
lines changed

4 files changed

+122
-119
lines changed

bin/windows/mp.exe

-2.5 KB
Binary file not shown.

src/CHANGELOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
30.10.2024
2+
- Optimize.pas (ElfHash), szybsze porównania stringów
3+
14
12.09.2024
2-
- CompileSimpleExpression -> (VarType in SignedOrdinalTypes + [BOOLEANTOK, REALTOK, HALFSINGLETOK, SINGLETOK])
5+
- CompileSimplesExpression -> (VarType in SignedOrdinalTypes + [BOOLEANTOK, REALTOK, HALFSINGLETOK, SINGLETOK])
36

47
27.08.2024
58
- Optimize.pas (Rebuild) bugfixes

src/Common.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface
88

99
const
1010

11-
title = '1.7.1';
11+
title = '1.7.2';
1212

1313
TAB = ^I; // Char for a TAB
1414
CR = ^M; // Char for a CR

0 commit comments

Comments
 (0)