]> gitweb.factorcode.org Git - factor.git/history - library/test/compiler/optimizer.factor
typos
[factor.git] / library / test / compiler / optimizer.factor
2005-09-06 Slava Pestovtypos 0.78 factor-0-78
2005-09-04 Slava Pestovtweaking stack shuffle compilation
2005-09-04 Slava Pestovfix compiler bug uncovered by doublec
2005-08-15 Slava Pestovmore generic fixes
2005-08-14 Slava Pestovminor fixes, new quicksort implementatin
2005-08-13 Slava Pestovfix flaw in node-clone; cleanups
2005-08-13 Slava Pestovfix node splitter bug, fix typos in identities
2005-08-07 Slava Pestovdataflow optimizer work
2005-08-06 Slava Pestovmore recursive value inference bug fixing
2005-08-05 Slava Pestovmore inference cleanups
2005-08-05 Slava Pestovinference cleanups; recursive value inference work...
2005-08-04 Slava Pestovfurther code cleanups, unit test fixes
2005-08-03 Slava Pestovdataflow optimizer fixes, minor generic word cleanups
2005-08-03 Slava Pestovadd failing test
2005-08-02 Slava Pestovbetter method inlining heuristic
2005-08-01 Slava Pestovmethod inlining
2005-07-25 Slava Pestovfix problem in optimizer
2005-07-17 Slava Pestovbig sequences refactoring
2005-05-23 Slava Pestovoptimizer updates
2005-05-16 Slava Pestovworking on the compiler
2005-05-10 Slava Pestovunit tests mostly pass with new compiler
2005-03-29 Slava Pestovmessing around with ffi, various other fixes
2005-03-05 Slava Pestovrenaming word-parameter to word-def; renaming word...
2005-01-17 Slava Pestovnew simplifier
2005-01-14 Slava Pestovsimplifying the parser; #{ a b } is now #{ a b }#
2005-01-14 Slava Pestov[[ car cdr ]] syntax replaces [ car | cdr ]
2004-12-24 Slava Pestovgeneric cleanups and type inference work
2004-12-20 Slava Pestovvalues are now objects in inferencer
2004-12-11 Slava Pestovmerged stack continuations combinators and logic vocabu...
2004-12-10 Slava Pestovworking on dataflow optimizer
2004-12-06 Slava Pestovlinerization of generic, 2generic