General

Profile

Octavian Adrian Gavril's activity

From 09/24/2025 to 10/23/2025

10/23/2025

04:48 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I'm trying to run the callgraph for @hotel_gui@ with *trunk* and I get this type of error:
* @Could not find contai...
Octavian Adrian Gavril

10/22/2025

09:22 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
As we discussed in yesterday's meeting, I've committed other changes that move @callgraph@ execution into singlethrea... Octavian Adrian Gavril
07:56 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've committed the latest changes related to sharing a single engine for each profile during runtime conversion. I te... Octavian Adrian Gavril

10/21/2025

02:38 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Ovidiu Maxiniuc wrote:
>
> In your example, the key was @aced000[...]@ - (apparently) the same for all entries, so...
Octavian Adrian Gavril

10/17/2025

05:17 AM Conversion Tools Bug #10639 (Review): Incremental conversion - unexpected DMO generation for space-only changes
I analyzed the current implementation that handles insertions in @H2Map@. I changed the @INSERT@ statement with @MERG... Octavian Adrian Gavril
03:01 AM Conversion Tools Bug #10639 (WIP): Incremental conversion - unexpected DMO generation for space-only changes
Octavian Adrian Gavril
02:46 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Alexandru Lungu wrote:
>
> I understand the change and it looks functionally right to me (especially after re-read...
Octavian Adrian Gavril

10/16/2025

10:13 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Alexandru Lungu wrote:
> I understand the change and it looks functionally right to me (especially after re-readin...
Octavian Adrian Gavril

10/14/2025

02:25 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Greg Shah wrote:
> I assume this means that we still have 1 pattern engine instance per profile and we just rework i...
Octavian Adrian Gavril

10/13/2025

09:07 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
> Can you be more specific here? The current approach for runtime queries already does share pattern engine instance... Octavian Adrian Gavril

10/10/2025

09:11 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Octavian Adrian Gavril wrote:
> IMHO, we cannot implement any multithreaded execution the way it is implemented for ...
Octavian Adrian Gavril

10/09/2025

03:41 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Dănuț Filimon wrote:
> Octavian, please check #10536-27 - #10536-32 and #10536-38 - #10536-39.
I included that pa...
Octavian Adrian Gavril

10/08/2025

09:30 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I analyzed the current implementation of runtime conversion. From my understanding, now we attribute a stack with @Pa... Octavian Adrian Gavril
03:02 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Ovidiu Maxiniuc wrote:
> Review of 10639a/16189.
> The code should work now. But I do not understand the usage of @...
Octavian Adrian Gavril

10/07/2025

09:45 AM Conversion Tools Bug #10639 (Review): Incremental conversion - unexpected DMO generation for space-only changes
I've committed the last proposed solution in *10639a/16189*. I followed the suggestions from #10639-19 to modify the ... Octavian Adrian Gavril

10/03/2025

06:03 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I was analyzing the impacts to the runtime conversion code and recalled your earlier note (#3211-11) about @run()@ an... Octavian Adrian Gavril
02:30 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Ovidiu Maxiniuc wrote:
> Because @v1@'s definition has an additional @initial "desc"@, FWD decides the tables are no...
Octavian Adrian Gavril
02:20 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Greg Shah wrote:
> We should be converting everything dependent upon the @Tt_1.java@ when it gets reconverted.
Ye...
Octavian Adrian Gavril

10/02/2025

08:57 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Does anyone know how could I generate this kind of hierarchy: @Tt_1.java@, @Tt_1_1.java@ and @Tt_1_2.java@?
@start...
Octavian Adrian Gavril
02:38 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Greg Shah wrote:
> Please do.
Done in *rev 16232*. ✅
Octavian Adrian Gavril

10/01/2025

10:19 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I thought that it will be useful to use a single thread for incremental conversion as the number of files would be al... Octavian Adrian Gavril
09:32 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've committed new changes in *1752a/16231*. These include fixes for incremental conversion:
* set incremental conve...
Octavian Adrian Gavril
06:43 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Greg Shah wrote:
> Danut has changes in this area in 6083a.
I tested Danut's changes but the issue is not fixed. ...
Octavian Adrian Gavril
04:42 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Constantin Asofiei wrote:
> I would go a different way: is OK to re-generate all DMOs, but the name should be preser...
Octavian Adrian Gavril
04:11 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
... Octavian Adrian Gavril

09/30/2025

08:42 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
It seems that @pre_tmpTabNames_work@ is the one that doesn't contain @Tt_1.java@, not @pre_tmpTabNames@. Octavian Adrian Gavril
08:17 AM Conversion Tools Bug #10639 (WIP): Incremental conversion - unexpected DMO generation for space-only changes
The root cause of not considering @Tt_1.java@ is that when @p2o_pre.xml@ is executed and @pre_tmpTabNames@ is created... Octavian Adrian Gavril
08:11 AM Conversion Tools Bug #10639: Incremental conversion - unexpected DMO generation for space-only changes
Use the following testcase:
@a.p@:...
Octavian Adrian Gavril
08:01 AM Conversion Tools Bug #10639 (Review): Incremental conversion - unexpected DMO generation for space-only changes
Octavian Adrian Gavril

09/26/2025

09:02 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I started testing *incremental conversion* and committed new fixes in revision *1752a/16230*. Octavian Adrian Gavril

09/25/2025

04:40 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
Rebased *1752a* to latest *trunk/16184*, the branch is now at revision *16229*.
Greg, Constantin, please review.
Octavian Adrian Gavril
03:10 AM TRPL Feature #3211 (Review): implement multi-threaded pattern engine and rework the ConversionDriver t...
These are the results with the latest changes:
* *ChUI regression testing application* has no differences.
* *OO ap...
Octavian Adrian Gavril

09/24/2025

09:11 AM TRPL Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
I've identified the root cause of the non-deterministic frame operation order. The issue originates from the parsing ... Octavian Adrian Gavril
 

Also available in: Atom