[GHC] #9675: Unreasonable memory usage on large data structures
GHC
ghc-devs at haskell.org
Sat Oct 11 17:36:52 UTC 2014
#9675: Unreasonable memory usage on large data structures
-------------------------------------+-------------------------------------
Reporter: Polarina | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.3
Resolution: | Keywords:
Operating System: Linux | Architecture: x86_64 (amd64)
Type of failure: Compile- | Difficulty: Unknown
time performance bug | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Comment (by Polarina):
The idea behind the code is to load all the OpenGL function pointers at
program startup and store them in a data structure, rather than load them
at runtime as needed; and to support multiple OpenGL contexts as there is
no guarantee that two different contexts provide the same set of function
pointers for the same set of functions.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9675#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list