Essays about: "GHC"

Found 3 essays containing the word GHC.

  1. 1. Front-end of a Debugger for Compiled Programs in Haskell

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Andreas Olsson; Carl Bergman; Brage Salhus Bunk; Elias Johansson; Krešimir Popovic; [2023-03-03]
    Keywords : Haskell; debugger; debug; heap; lazy evaluation; functional programming; GHC;

    Abstract : There are debugging tools available for Haskell programs today, but despite providing help for developers, these tools are not widely used in the Haskell community. Current debugging tools for Haskell have different kinds of limitations. This thesis will discuss the implementation of a new debugger with a graphical interface. READ MORE

  2. 2. A Cross-Platform Scalable I/O Manager for GHC : Improving Haskell Networking on Windows

    University essay from Umeå universitet/Institutionen för datavetenskap

    Author : Mikhail Glushenkov; [2016]
    Keywords : ;

    Abstract : Haskell is a popular functional programming language. GHC is an industrial-strength implementation of Haskell that has a number of features making it a very attractive platformfor writing high-performance network applications. READ MORE

  3. 3. Utilizing the Value State Dependence Graph for Haskell

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : Nico Reißmann; [2012-08-21]
    Keywords : ;

    Abstract : Modern compilers use control flow based intermediate representations for representing programs during code optimization and generation. However, many optimizations tend to rely not on the explicit representation of control paths, but on the flow of data between operations. READ MORE