Bug 692524 - clist device structure 'overlay' should be cleaned up
Summary: clist device structure 'overlay' should be cleaned up
Status: RESOLVED WONTFIX
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: Graphics Library (show other bugs)
Version: master
Hardware: All All
: P3 enhancement
Assignee: Ray Johnston
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 17:11 UTC by Ray Johnston
Modified: 2021-10-12 17:50 UTC (History)
1 user (show)

See Also:
Customer:
Word Size: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ray Johnston 2011-09-20 17:11:49 UTC
The attempt to save a small (in today's view) amount of memory by overlaying
the clist reader and writer parts of the device structure (with a 'skip' element
hack) has caused problems and complicates the code in that, depending on
what state the clist device is in, it must be cast as either a writer or a
reader.

Just having the reader elements AND the writer elements of a single 'clist'
device would be so much clearer (and safer).