Ticket #18 (closed defect: worksforme)

Opened 3 years ago

Last modified 3 years ago

OMF Parser is Slow

Reported by: pragma Assigned to: pragma
Priority: major Milestone: Beta 1.1 - Refactoring
Component: OMF Loader Version: Beta 1
Keywords: Cc:

Description

The OMF Parser is really sluggish when loading big libs like snn.lib and phobos.lib.

Some preliminary profiling seems to indicate that the cursor code may be largely to blame: its just not fast enough and is probably doing a lot of unncecessary bounds checks or somesuch.

Change History

01/05/06 08:24:10 changed by pragma

  • status changed from new to closed.
  • resolution set to worksforme.

Somehow, the file pre-buffering seems to have fixed this. Will reopen if the problem crops up again.