Custom Query (31 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 31)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#27 fixed Assist: Improve scanning of MLC array Andreas Schnellbacher Andreas Schnellbacher
Description

Assist behavior is about 100 times too slow. Tests show that parts were executed multiple times.

Improvements are:

  1. In locateMLC, the search can be improved: Instead of simply starting at item 1 and advancing the counter by 1, it should start at the middle and then either decrease or increase it be the half value. (This is the largest improvement and a safe method has to be created.)
  1. In defproc locateMLC, fix multiple calls of the loop starting with 'do j = 1 to MLCListCount'. It apparently depends on the amount of MLCs in between a bracket start and end area. (This would be a large improvement and the culprit is currently not found.)
  1. locateMLC itself is called two times, for the opening and for the closing token (e.g. bracket). The second call is caused by a bracket-matching command. The corresponding token is highlighted then. (A minor improvement would be to start the search for the matching token at the pos. of the starting token instead of at the middle.)
  1. Improve other code, like using faster search options (g instead of x) if possible and optimize nested IF conditions in locateMLC. (This saves only about 20 % of the time.)
#28 fixed mention of gmane news Andreas Schnellbacher diver
Description

I would remove the gmane mention completely, as it's dead since several month or even years.

#30 fixed epm crash when scrolling Andreas Schnellbacher abwillis
Description

This is not an nepmd issue, it occurs in epm with or without nepmd. When scrolling up and down epm/nepmd will crash. I am hopeful that the crash can be overcome in nepmd:


03-30-2020 20:52:50 SYS3175 PID 03c5 TID 0001 Slot 00de D:\OS2\APPS\EPM.EXE c0000005 0f890ea0 P1=00000001 P2=019a37c8 P3=XXXXXXXX P4=XXXXXXXX EAX=00418010 EBX=019a0003 ECX=00000000 EDX=00000000 ESI=019a37e0 EDI=019a37c8 DS=0053 DSACC=d0f3 DSLIM=bfffffff ES=0053 ESACC=d0f3 ESLIM=bfffffff FS=150b FSACC=00f3 FSLIM=00000030 GS=0000 GSACC= GSLIM= CS:EIP=005b:0f890ea0 CSACC=d0df CSLIM=bfffffff SS:ESP=0053:00089fd0 SSACC=d0f3 SSLIM=bfffffff EBP=00418010 FLG=00010246

ETKE603.DLL 0008:00000ea0

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.