CVS log for gforth/engine/peephole.c
Up to [gforth] / gforth / engine
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Current tag: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Dec 31 19:02:25 2007 UTC (15 years, 11 months ago) by anton
Branches: MAIN
CVS tags: v0-7-0,
HEAD
Diff to: previous 1.10: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.10: +1 -1
lines
updated copyright year after changing license notice
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Dec 31 18:40:25 2007 UTC (15 years, 11 months ago) by anton
Branches: MAIN
Diff to: previous 1.9: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.9: +2 -3
lines
updated copyright notices for GPL v3
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Nov 2 18:18:35 2003 UTC (20 years, 1 month ago) by anton
Branches: MAIN
Diff to: previous 1.8: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.8: +2 -2
lines
Now the _fast.i files are included for gforth-fast and gforth-native
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Aug 25 14:17:52 2003 UTC (20 years, 3 months ago) by anton
Branches: MAIN
CVS tags: v0-6-2
Diff to: previous 1.7: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.7: +1 -1
lines
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 9 15:17:03 2003 UTC (20 years, 8 months ago) by anton
Branches: MAIN
CVS tags: v0-6-1,
v0-6-0
Diff to: previous 1.6: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.6: +1 -1
lines
updated copyright years
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Feb 10 14:02:25 2002 UTC (21 years, 9 months ago) by anton
Branches: MAIN
Diff to: previous 1.5: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.5: +60 -0
lines
lit@ and lit+ are now defined as superinstructions
compile lit @ and lit + instead of lit@ and lit+
extended prims2x to support superinstructions with non-C-names
(syntax: forth-name /c-name = ...)
support profiling of interpreters with superinstructions
(with simple instructions in the output).
profile output with prefixes only (enable by editing profile.c).
optional reporting of static superinstruction lengths (compared to
dynamic superinstructions); enable by compiling with -DPRINT_SUPER_LENGTHS
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 15 16:09:15 2001 UTC (22 years, 5 months ago) by ak042
Branches: MAIN
Diff to: previous 1.4: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.4: +0 -598
lines
revert all 2001/05/28 changes.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon May 28 19:16:29 2001 UTC (22 years, 6 months ago) by ak042
Branches: MAIN
Diff to: previous 1.3: preferred, unified; selected 1.2: preferred, unified
Changes since revision 1.3: +600 -0
lines
there is still a problem with iburg <-> burg.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 28 16:18:51 2001 UTC (22 years, 8 months ago) by anton
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +37 -24
lines
peephole optimization now uses a hash table
primtable() moved to engine.c (threading dependent)
Revision
1.2:
download - view:
text,
markup,
annotated -
[selected for diffs]
Tue Feb 27 21:17:11 2001 UTC (22 years, 9 months ago) by
anton
Branches:
MAIN
Diff to: previous 1.1:
preferred,
unified
Changes since revision 1.1: +1 -1
lines
good start at profiling for peephole optimization
backtrace now also works for calls done with CALL
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Feb 24 13:44:39 2001 UTC (22 years, 9 months ago) by anton
Branches: MAIN
Diff to: selected 1.2: preferred, unified
added C and primitive support for peeophole optimization
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>