index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
c
Age
Commit message (
Expand
)
Author
2015-04-20
added getpagesize() definition for Windows
krasimir
2015-03-19
fix the compilation of gu/mem.c on Windows. For now memory mapped pools on Wi...
krasimir
2015-03-06
remove the meta_item variable from the parse state
krasimir
2015-02-26
fix some out-of-date code for the PGF_RESULT_DEBUG mode in the parser
krasimir
2015-02-26
use the same trick for comparison of doubles in cmp_expr_state
krasimir
2015-02-26
bugfix in the parser which caused some items to be poped in the wrong order i...
krasimir
2015-02-24
remove three more uses of meta productions that were left in debugging mode
krasimir
2015-02-24
implemented escape characters when reading/printing an abstract expression wi...
krasimir
2015-02-19
silence some warnings in GNU Lightning for i386_64
krasimir
2015-02-19
parsing with meta rules is now removed since we don't use them anymore and I ...
krasimir
2015-02-18
fix in the parser for callbacks in the middle of a word
krasimir
2015-02-16
Changes for compatibility with ghc-7.10-rc2
hallgren
2015-02-11
fix in the JIT compiler that would hopefully make it work on iOS
kr.angelov
2014-12-29
API for word alignment in the C runtime and in the Haskell binding
kr.angelov
2014-12-24
more compact implementation for GuStringBuf
kr.angelov
2014-12-19
added mkStr to the Haskell binding
kr.angelov
2014-12-19
added mkApp to the Haskell binding
kr.angelov
2014-12-16
change in the API for literals
kr.angelov
2014-12-01
fix the last patch
kr.angelov
2014-12-01
a small optimization in the PGF parser which gives me ~5% speed up
kr.angelov
2014-12-01
fix in GNU lightning to enable the compilation of two of the the floating poi...
kr.angelov
2014-12-01
fix in linearizer.h to make jpgf compilable
kr.angelov
2014-11-27
fix in linearizer.h which resolves a warning
kr.angelov
2014-11-27
remove pgf/parser.h
kr.angelov
2014-11-26
fix the handling of the heuristic factor. it was broken when I added the BIND...
kr.angelov
2014-11-07
expand the JIT window for x64
kr.angelov
2014-10-31
a skeletal module for higher-order pattern unification in the C runtime
kr.angelov
2014-10-31
now (+) in the abstract syntax works, i.e. it knows how to deal with partial ...
kr.angelov
2014-10-30
a more efficient tail call by using the new TUCK instruction
kr.angelov
2014-10-26
an explicit SAVE instruction
kr.angelov
2014-10-24
comment out a few assertions in bits.h. this code is run too often to have ex...
kr.angelov
2014-10-24
make it possible to specify the initial size of a map in libgu
kr.angelov
2014-10-24
simplify gu/map
kr.angelov
2014-10-24
fix memory leak in the pgf-parse tool
kr.angelov
2014-10-24
add extern declarations for all inline functions in seq.h. this ensures that ...
kr.angelov
2014-10-23
a simple optimization in cmp_item_prob with great effect on the parser's speed
kr.angelov
2014-10-23
remove some deadcode in gu/seq.h
kr.angelov
2014-10-23
inline a number of functions in gu/seq.c. this has a noticeable effect on the...
kr.angelov
2014-10-23
a cosmetic optimization in mem.c
kr.angelov
2014-10-23
fix the debug mode in the reasoner
kr.angelov
2014-10-23
fix warning in ucs.c
kr.angelov
2014-10-22
CAPIT is now naturally supported in the C runtime
kr.angelov
2014-10-22
add Unicode classification routines to libgu. ported from the base package in...
kr.angelov
2014-10-22
an explicit PUSH_FRAME instruction
kr.angelov
2014-10-20
get rid of gu/str.(c|h)
kr.angelov
2014-10-17
the C runtime now supports reading and writing expressions with indexed meta ...
kr.angelov
2014-10-16
bugfix in the parser for abstract expressions in the C runtime
kr.angelov
2014-10-16
finally proper stack unwind in the evaluator
kr.angelov
2014-10-14
the compiler now allows + to be used as a floating point addition in the abst...
kr.angelov
2014-10-14
bugfix in the bytecode generator
kr.angelov
[next]