ada-mode-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ada-mode-users] Performance of ada_mode_wisi_lr1_parse.exe vs. abor


From: Stephen Leake
Subject: Re: [Ada-mode-users] Performance of ada_mode_wisi_lr1_parse.exe vs. abort statements
Date: Mon, 17 Dec 2018 15:47:53 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (windows-nt)

Piotr Trojanek <address@hidden> writes:

> On Mon, Dec 17, 2018 at 6:44 PM Ludovic Brenta
> <address@hidden> wrote:
>> Here are the configuration pragmas I applied; they come from
>> lengthy research to optimize the performance of our main
>> application:
>
> You can also try this, which we use to build GNATprove:
>
> --  Dependency on Ada.Real_Time forces the use of GNAT tasking runtime,
> --  which adds extra checks for each memory allocation and deallocation.
> pragma Restrictions (No_Dependence => Ada.Real_Time);

We can add that.

> We also have:
> pragma Restrictions (No_Tasking);
> but I never measured if it makes any difference.

we have tasking in the error recovery.

-- 
-- Stephe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]