Activity
From 08/30/2022 to 09/28/2022
09/28/2022
- 08:56 AM Feature #1970: improve ControlFlowOps method resolution by reflection
- Greg, I'm leaving caching support only for internal procedures or function calls. Others, like ASYNC, ON SERVER, AS-...
09/27/2022
- 04:59 PM Feature #1970: improve ControlFlowOps method resolution by reflection
- I'd also go with an invocation syntax more like this:...
- 04:45 PM Feature #1970: improve ControlFlowOps method resolution by reflection
- > Unfortunately this approach of putting the static parts at the CALL_SITE makes debugging very hard
The resulting... - 02:57 PM Feature #1970: improve ControlFlowOps method resolution by reflection
- Unfortunately this approach of putting the static parts at the CALL_SITE makes debugging very hard - either way, I di...
- 04:30 PM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Code Review ca_upd_20220927a_3821c_14253.zip
I have no objections. Has this been tested with one of the large GUI... - 03:02 PM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Another update, includes some fixes after testing #6672.
- 12:07 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- The persistence-related changes in @ca_upd_20220923a_3821c_14253.zip@ look good to me.
09/26/2022
- 02:10 PM Feature #1970: improve ControlFlowOps method resolution by reflection
- It looks good!
- 01:34 PM Feature #1970: improve ControlFlowOps method resolution by reflection
- The conversion is in testing and for this test:...
09/23/2022
- 10:12 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- The latest update is attached. All projects look OK.
To fix the @p2j.oo@ code, I've analyzed it using a crude spo...
09/20/2022
- 11:30 AM Feature #6772: increase usage of ASSIGN bracketing
- Please see #6740 - we had an attempt to lock/unlock the frame for the duration of the widget ASSIGN, but this posed p...
- 09:33 AM Feature #6772: increase usage of ASSIGN bracketing
- In #6726, we found that a @CREATE <widget> ASSIGN ...@ was being handled with decreased performance because we are no...
- 09:30 AM Feature #6772 (New): increase usage of ASSIGN bracketing
09/14/2022
- 07:02 AM Feature #6754: complete BOM support for XmlHelper.readXMLEncoding()
- The "BOM":https://en.wikipedia.org/wiki/Byte_order_mark is bypassed in @XmlHelper.readXMLEncoding()@ but not yet hono...
- 07:00 AM Feature #6754 (New): complete BOM support for XmlHelper.readXMLEncoding()
09/10/2022
- 04:24 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- I've reviewed @ca_upd_20220909a_3821c_14233.zip@ update (the persistence portions, mostly).
I think overall this l...
09/09/2022
- 12:38 PM Bug #6743: fix GET-SIGNATURE for all parameter modes and types
- 6129a/14390 fixes TABLE-HANDLE, DATASET, DATASET-HANDLE parameters reported by GET-SIGNATURE.
Other part which I d... - 11:39 AM Bug #6743: fix GET-SIGNATURE for all parameter modes and types
- FWD doesn't report properly the signature; we need to check and fix this for all parameter types, extent, DATASET,DAT...
- 11:38 AM Bug #6743 (New): fix GET-SIGNATURE for all parameter modes and types
- 02:11 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Eric, I'm attaching the changes directly, please apply them over 3821c/14233 and review the p2j.persist part. Thanks.
09/08/2022
- 10:13 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Eric Faulhaber wrote:
> Code Review scopeable_6650_patch_20220901a.patch:
>
> I did not find a revised patch with... - 10:38 PM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Code Review scopeable_6650_patch_20220901a.patch:
I did not find a revised patch with the #6650-14 changes after G...
09/07/2022
- 01:25 PM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- > Greg: I haven't yet decoupled TransactionManager from the direct references to BufferManager/LogicalTerminal, I'll ...
09/06/2022
- 02:25 PM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- The latest patch is attached, built on top of 3821c/14225. I need to finish testing with other apps, there is an iss...
- 08:53 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- There is an inherent feature of @ScopedDictionary@, where 'global' scope is used: this is not something created by th...
09/05/2022
- 04:22 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- I think you can go ahead and check in your first pass changes from #6650-14. Or did you plan to check it in with the...
09/02/2022
- 10:47 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- > LT will still exist, but TC will be on the server-side. If we remove LT, this would mean frames are no longer being...
- 07:37 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Greg Shah wrote:
> Code Review scopeable_6650_patch_20220901a.patch
>
> Overall, I think the changes are quite go... - 06:39 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Eric Faulhaber wrote:
> > Something I forgot to mention - there are some methods in BufferManager which are never ca... - 06:27 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Code Review scopeable_6650_patch_20220901a.patch
Overall, I think the changes are quite good.
My concern is m... - 06:22 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Constantin Asofiei wrote:
> Eric: if you can give me some hints at extracting BufferManager's tx scope support, I ca... - 04:20 AM Feature #1970: improve ControlFlowOps method resolution by reflection
- This makes sense.
09/01/2022
- 11:48 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- Eric: if you can give me some hints at extracting BufferManager's tx scope support, I can give it a try. To me, it l...
- 09:37 AM Feature #6650: improve performance of Scopeable notification in TM.processScopeNotifications
- You can apply the patch using:...
- 09:37 AM Feature #6650 (WIP): improve performance of Scopeable notification in TM.processScopeNotifications
- The changes are attach. Greg/Eric: please review and let me know if you see something dangerous.
The patch is on ... - 11:01 AM Feature #1970: improve ControlFlowOps method resolution by reflection
- Greg Shah wrote:
> The tricky part is that at the call site, we would have some configuration/data that is dynamic o...
Also available in: Atom