Activity
From 03/02/2026 to 03/31/2026
03/31/2026
- 04:27 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian Adrian Gavril wrote:
> Do you think we should make the @tableTempIdx@ map local to the file, or is there a ... - 02:59 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Constantin, I’ve been looking into the changes for #10935 and wanted to clarify the intended scope. Should we be anal...
03/27/2026
- 06:20 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I've added some fixes related to conversion differences in *rev16542*.
03/26/2026
- 11:04 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I've committed new changes about stable naming generation in *rev16541*.
I removed all single-threaded switching fro...
03/25/2026
- 06:58 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian Adrian Gavril wrote:
> Another thing. @!unFormedFrames.isEmpty@ check from @frame_generator_pre.xml>rule-se... - 06:38 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Moving the name computation to an earlier phase causes @EMPTY_FORM_AST@ to be created twice: once in stable naming ph...
- 06:26 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian Adrian Gavril wrote:
> Another thing. @!unFormedFrames.isEmpty@ check from @frame_generator_pre.xml>rule-se... - 06:25 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > But, if we have a @DEFINE_FRAME@ having a @WITH@ frame clause (that doesn't mention the frame name because it's a f...
- 06:25 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Another thing. @!unFormedFrames.isEmpty@ check from @frame_generator_pre.xml>rule-set>post-rules@ is supposed to crea...
- 05:55 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> Some UI language statements which can define a frame can be specified without a frame name. Actu...
03/24/2026
- 11:56 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Some UI language statements which can define a frame can be specified without a frame name. Actually, all of the fra...
- 10:32 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Ovidiu, do you know how a @FORM@ should be processed when the frame name defaults to an empty string @""@? What's the...
- 08:17 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I am looking at the following situation in our rules:...
03/23/2026
- 09:28 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- The name registration phase runs before @annotations/annotations.xml@, which is responsible for setting up the condit...
03/18/2026
- 08:10 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Reverted multi-threaded parsing changes and the new revision is *16540*. After retesting the new revision against the...
03/17/2026
- 07:11 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Rebased branch *1752a* with *trunk/16468*. The new revision is *16538*. Added post-rebase fixes in *16539*.
03/16/2026
- 10:40 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> Yes, the stable naming issue has to be handled here.
Sounds good. I’m rebasing *1752a* next an... - 10:36 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Yes, the stable naming issue has to be handled here.
- 10:31 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> For now, I think we should drop back to single-threaded mode for parsing. Please create a separa... - 09:40 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > These should be populated in @SymbolResolver.annotateClassRef@. But I think it's a persisting/loading race between ...
- 07:39 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- I've committed new changes in *16424*. These include initial support for multi-threaded parsing, but the solution is ...
03/05/2026
- 08:13 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > The improvement is noticeable. I'm curious about the impact of these changes on runtime conversion.
YES! Please... - 07:37 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > 3. With the current implementation @Compiler.compile()@ is @static@ and @synchronized@. This means that only one @E...
03/04/2026
- 08:46 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Is there a way to see how a compiled expression class looks like?
I have some errors like @java.lang.ArrayIndexOu...
03/03/2026
- 07:11 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Octavian Adrian Gavril wrote:
> About @Expression.getCompiledExpression@. Is it efficient to allow redundant compila... - 07:08 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- About @Expression.getCompiledExpression@. Is it efficient to allow redundant compilation of identical expressions acr...
- 04:26 AM Feature #3211 (WIP): implement multi-threaded pattern engine and rework the ConversionDriver to l...
> 4. It seems like the state accessed by @Scope.clone()@, @ScopeState.clone()@ (actually, pretty much *all of the c...
03/02/2026
- 10:08 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > > > If so, the only case that required locking is now handled by @CommonAstSupport.processClassVariables@. Otherwis...
- 09:59 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> 6. The direct references to @AstKey@ and @FrameAstKey@ from @PE.finish()@ seem like something tha... - 09:54 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> > These are the phases that run in single threaded mode:
>
> Don't we also use single threade... - 09:10 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- > These are the phases that run in single threaded mode:
Don't we also use single threaded mode for legacy proxyg... - 04:09 AM Feature #3211: implement multi-threaded pattern engine and rework the ConversionDriver to leverag...
- Greg Shah wrote:
> Code Review Task Branch 1752a Revisions 16413 through 16421
>
> This is a really good set of u...
Also available in: Atom