From 748ffcf338359f20aa51d051afbc7c4c0cf236a1 Mon Sep 17 00:00:00 2001 From: Georges Hatem Date: Tue, 30 Apr 2024 09:33:23 +0300 Subject: [PATCH] inline a function --- entries/ghatem-fpc/src/onebrc.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/ghatem-fpc/src/onebrc.pas b/entries/ghatem-fpc/src/onebrc.pas index d45e1b1..924a8b1 100644 --- a/entries/ghatem-fpc/src/onebrc.pas +++ b/entries/ghatem-fpc/src/onebrc.pas @@ -60,7 +60,7 @@ TOneBRC = class FThreads: array of TThread; FStationsDicts: array of TMyDictionary; - procedure ExtractLineData(const aStart: Int64; const aEnd: Int64; out aLength: ShortInt; out aTemp: SmallInt); + procedure ExtractLineData(const aStart: Int64; const aEnd: Int64; out aLength: ShortInt; out aTemp: SmallInt); inline; public constructor Create (const aThreadCount: UInt16);