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
/
pgf
Age
Commit message (
Expand
)
Author
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-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-23
a simple optimization in cmp_item_prob with great effect on the parser's speed
kr.angelov
2014-10-23
fix the debug mode in the reasoner
kr.angelov
2014-10-22
CAPIT is now naturally supported in the C runtime
kr.angelov
2014-10-22
an explicit PUSH_FRAME instruction
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
2014-10-14
simplify jit_bare_ret
kr.angelov
2014-10-09
Prelude.CAPIT is now a built-in primitive. It still generates &| in the Haske...
kr.angelov
2014-10-09
throw away the long obsolete runtime type information in the C runtime
kr.angelov
2014-10-09
fix for lightning for ARM
kr.angelov
2014-10-09
replace the hash maps in the abstract syntax with binary search tables
kr.angelov
2014-10-08
now we statically allocate closures for all top-level functions and all nulla...
kr.angelov
2014-10-07
a missing case in instruction SET
kr.angelov
2014-10-07
added a missing case for PUSH instruction with a global closure
kr.angelov
2014-10-07
the indirection should be done in the evaluate_expr_thunk gate instead of in ...
kr.angelov
2014-10-06
using instruction RET was wrong; now use EVAL
kr.angelov
2014-10-06
fix the order in which arguments are stored in the mk_const gate
kr.angelov
2014-10-06
push a stack frame around recursive calls to guarantee that a nested call to ...
kr.angelov
2014-10-06
partial implementation for the FAIL instruction
kr.angelov
2014-09-30
bugfix in pgf_evaluate_expr_thunk
kr.angelov
2014-09-30
fix pgf_value2expr for partial applications
kr.angelov
2014-09-30
enough fixes to get the JIT compiler compile for ARM. It is still broken if y...
kr.angelov
2014-09-30
fix in reader.h for compiling jpgf.c
kr.angelov
2014-09-30
fix in pgf_print_expr for lambda abstractions with more than one argument
kr.angelov
2014-09-30
bugfix in the gate evaluate_value_lambda
kr.angelov
2014-09-29
bugfix in the pattern matching compiler and a number of other fixes that I so...
kr.angelov
2014-09-29
bugfix in the RET instruction
kr.angelov
2014-09-29
enlarge the code window in pgf_jit_gates to ensure enough space on 64-bit mac...
kr.angelov
2014-09-25
switch off the debugging of the JIT compiler which I had turned on accidental...
kr.angelov
2014-09-25
now a complete JIT compiler and ByteCode compiler for the def rules in the ab...
kr.angelov
[prev]
[next]