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
Age
Commit message (
Expand
)
Author
2014-10-14
the compiler now allows + to be used as a floating point addition in the abst...
kr.angelov
2014-10-14
yet another bugfix in the byte code
kr.angelov
2014-10-14
another bugfix in the byte code generation
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 two warnings in mem.c
kr.angelov
2014-10-09
fix in gu_mmap_pool for Android
kr.angelov
2014-10-09
fix for lightning for ARM
kr.angelov
2014-10-09
remove the pgf-service util which is obsolete anyway
kr.angelov
2014-10-09
replace the hash maps in the abstract syntax with binary search tables
kr.angelov
2014-10-09
add the const modifier to the key in the two procedures for binary search in ...
kr.angelov
2014-10-08
use MAP_FIXED in gu_mmap_pool
kr.angelov
2014-10-08
an experimental memory mapped pool. still not in use
kr.angelov
2014-10-08
GF.Infra.Options: change from String to Int in the type of optJobs
hallgren
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
bugfix in the byte code compiler
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
add evaluator.c in Android.mk
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
minor stylistic change in GenerateBC
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-27
checked that course of value tables (table P [...]) have the correct number o...
aarne
2014-09-25
the literals API is now exposed in Python
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
2014-09-22
haskell-bind/PGF2.hsc: unexport functions that break referential transparency
hallgren
2014-09-17
forgot to type check the type of a typed let expression
kr.angelov
2014-09-17
appForm now skips over Typed expressions
kr.angelov
2014-09-17
the type checker for the abstract syntax now allows let expressions in def ru...
kr.angelov
2014-09-17
fix a portability problem with the Python binding (found by Prasanth)
kr.angelov
2014-09-16
dummy jit_base_tail_finishr for x86_64.
kr.angelov
2014-09-11
a major revision of the bytecode generator and JIT compiler. the effect is th...
kr.angelov
2014-09-10
now release the FunPtr:s that are allocated for each literal callback
kr.angelov
2014-09-10
added an API for custom literals in the Haskell binding
kr.angelov
2014-09-10
added loadConcr/unloadConcr to the Haskell binding. This exposes an API for l...
kr.angelov
[next]