Am 08.11.2021 um 03:45 schrieb Ryan Joseph via fpc-pascal:
On Nov 7, 2021, at 2:17 PM, Jonas Maebe via fpc-pascal
wrote:
Is there anyway a function parameter could be inlined in FPC? This would go a
long way in helping to parameterize functions that have tight loops in them.
It's theoreti
> On Nov 7, 2021, at 2:17 PM, Jonas Maebe via fpc-pascal
> wrote:
>
>> Is there anyway a function parameter could be inlined in FPC? This would go
>> a long way in helping to parameterize functions that have tight loops in
>> them.
>
> It's theoretically possible through constant propagatio
Hello,
Using cross-compiler from x86-linux to arm-linux, I keep getting a lot
of warnings at the linking stage of my programs, in the form:
/opt/[...]/arm-linux-gnueabihf-ld: warning: library search path
"/usr/lib/eject/" is unsafe for cross-compilation
/opt/[...]/arm-linux-gnueabihf-ld: warn
On 07/11/2021 05:26, Ryan Joseph via fpc-pascal wrote:
Is there anyway a function parameter could be inlined in FPC? This would go a
long way in helping to parameterize functions that have tight loops in them.
It's theoretically possible through constant propagation.
If there isn't I wonder