Loading...
Please wait, while we are loading the content...
Similar Documents
Smart Recompilation in Glasgow Haskell
| Content Provider | Semantic Scholar |
|---|---|
| Author | Sansom, Patrick M. |
| Copyright Year | 1996 |
| Abstract | This paper describes the system of interface files and recompilation checking in the Glasgow Haskell 1.3 Compiler. In developing this system our aim is to provide a separate compilation system which avoids unnecessary recompilation while performing significant inter-module optimisations. We associate a version number (based on the current timestamp) with each declaration and record the versions of all the imported declarations used when a module is compiled. When the module is recompiled the usage numbers are compared with the current version numbers to determine if the recompilation is unnecessary. The paper also describesa proposed system of source interfaces designedto dealwith the problem of cyclic module dependencies. This avoids the error-prone duplication of declarations by extracting the interface directly from the source code. |
| File Format | PDF HTM / HTML |
| Alternate Webpage(s) | http://www.dcs.gla.ac.uk/fp/workshops/fpw96/Sansom.pdf |
| Alternate Webpage(s) | http://www.dcs.glasgow.ac.uk/fp/workshops/fpw96/Sansom.pdf |
| Language | English |
| Access Restriction | Open |
| Content Type | Text |
| Resource Type | Article |