Skip to content

Commit af54f65

Browse files
authored
Merge pull request #139 from georges-hatem/main
inline a function
2 parents c371334 + 748ffcf commit af54f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entries/ghatem-fpc/src/onebrc.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ TOneBRC = class
6060
FThreads: array of TThread;
6161
FStationsDicts: array of TMyDictionary;
6262

63-
procedure ExtractLineData(const aStart: Int64; const aEnd: Int64; out aLength: ShortInt; out aTemp: SmallInt);
63+
procedure ExtractLineData(const aStart: Int64; const aEnd: Int64; out aLength: ShortInt; out aTemp: SmallInt); inline;
6464

6565
public
6666
constructor Create (const aThreadCount: UInt16);

0 commit comments

Comments
 (0)