<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gf-core.git/src/compiler/GF/Compile/Coding.hs, branch optimize</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.adelon.net/gf-core.git/atom?h=optimize</id>
<link rel='self' href='https://git.adelon.net/gf-core.git/atom?h=optimize'/>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/'/>
<updated>2019-09-20T08:49:29+00:00</updated>
<entry>
<title>removed more dead code</title>
<updated>2019-09-20T08:49:29+00:00</updated>
<author>
<name>krangelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2019-09-20T08:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=29662350dcdb350479576dfa099037fd71debc1a'/>
<id>urn:sha1:29662350dcdb350479576dfa099037fd71debc1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GFI: adapt to character encoding changes</title>
<updated>2013-11-28T13:55:08+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-28T13:55:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=ead60581afa77510e43a65227b74b09023855cb5'/>
<id>urn:sha1:ead60581afa77510e43a65227b74b09023855cb5</id>
<content type='text'>
GF.Compile.Coding is not used any more.
</content>
</entry>
<entry>
<title>Eliminate mutual dependencies between the GF compiler and the PGF library</title>
<updated>2013-11-05T13:11:10+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2013-11-05T13:11:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=3814841d7d3b77b3f033cb98c1c0a04ac39435d7'/>
<id>urn:sha1:3814841d7d3b77b3f033cb98c1c0a04ac39435d7</id>
<content type='text'>
+ References to modules under src/compiler have been eliminated from the PGF
  library (under src/runtime/haskell). Only two functions had to be moved (from
  GF.Data.Utilities to PGF.Utilities) to make this possible, other apparent
  dependencies turned out to be vacuous.

+ In gf.cabal, the GF executable no longer directly depends on the PGF library
  source directory, but only on the exposed library modules. This means that
  there is less duplication in gf.cabal and that the 30 modules in the
  PGF library will no longer be compiled twice while building GF.

  To make this possible, additional PGF library modules have been exposed, even
  though they should probably be considered for internal use only. They could
  be collected in a PGF.Internal module, or marked as "unstable", to make
  this explicit.

+ Also, by using the -fwarn-unused-imports flag, ~220 redundant imports were
  found and removed, reducing the total number of imports by ~15%.

</content>
</entry>
<entry>
<title>added the linref construction in GF. The PGF version number is now bumped</title>
<updated>2013-10-30T12:53:36+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2013-10-30T12:53:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=042243f08a321cd8ed5918ba94e83f22a8552adb'/>
<id>urn:sha1:042243f08a321cd8ed5918ba94e83f22a8552adb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Now PMCFG is compiled per module and at the end we only link it. The new compilation schema is few times faster.</title>
<updated>2011-11-10T14:09:41+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2011-11-10T14:09:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=416d231c5ecb4eea4bdb121e1503a74111373256'/>
<id>urn:sha1:416d231c5ecb4eea4bdb121e1503a74111373256</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge GF.Infra.Modules and GF.Grammar.Grammar. This is a preparation for the separate PGF building</title>
<updated>2011-11-02T13:57:11+00:00</updated>
<author>
<name>kr.angelov</name>
<email>kr.angelov@gmail.com</email>
</author>
<published>2011-11-02T13:57:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=734c66710e9bffa986c094e8c584295b33cd2f63'/>
<id>urn:sha1:734c66710e9bffa986c094e8c584295b33cd2f63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GF.Compile.Coding: cleaner code </title>
<updated>2011-08-31T13:55:49+00:00</updated>
<author>
<name>hallgren</name>
<email>hallgren@chalmers.se</email>
</author>
<published>2011-08-31T13:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=314abe733ba1e9e7de12c9c28b7d6ffc889d128b'/>
<id>urn:sha1:314abe733ba1e9e7de12c9c28b7d6ffc889d128b</id>
<content type='text'>
Refine function codeTerm into codeTerm, codeLTerm and codeLTerms.
</content>
</entry>
<entry>
<title>use the native unicode support from GHC 6.12</title>
<updated>2010-04-19T09:38:36+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-04-19T09:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=6313244eacf992fb10a5091bee28582e84540809'/>
<id>urn:sha1:6313244eacf992fb10a5091bee28582e84540809</id>
<content type='text'>
</content>
</entry>
<entry>
<title>store and propagate the exact source location for all judgements in the grammar. It may not be used accurately in the error messages yet</title>
<updated>2010-03-22T21:15:29+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2010-03-22T21:15:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=bf74f50733840b0bcec81ac265c824ae2bc3f675'/>
<id>urn:sha1:bf74f50733840b0bcec81ac265c824ae2bc3f675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reorganize the directories under src, and rescue the JavaScript interpreter from deprecated</title>
<updated>2009-12-13T18:50:29+00:00</updated>
<author>
<name>krasimir</name>
<email>krasimir@chalmers.se</email>
</author>
<published>2009-12-13T18:50:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.adelon.net/gf-core.git/commit/?id=f85232947e74ee7ef8c7b0ad2338212e7e68f1be'/>
<id>urn:sha1:f85232947e74ee7ef8c7b0ad2338212e7e68f1be</id>
<content type='text'>
</content>
</entry>
</feed>
