gforth: gforth/engine/peephole.c
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
(as text)
Revision 1.11
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Dec 31 19:02:25 2007 UTC (5 years, 4 months ago) by anton
Branch:
MAIN
CVS Tags:
HEAD,
v0-7-0
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
updated copyright year after changing license notice
Revision 1.10
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Dec 31 18:40:25 2007 UTC (5 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.9: +2 -3 lines
Diff to previous 1.9
updated copyright notices for GPL v3
Revision 1.9
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sun Nov 2 18:18:35 2003 UTC (9 years, 6 months ago) by anton
Branch:
MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Now the _fast.i files are included for gforth-fast and gforth-native
Revision 1.8
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon Aug 25 14:17:52 2003 UTC (9 years, 8 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-6-2
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
documentation updates
fixed some portability bugs in vmgen-ex and vmgen-ex2
updated copyright years
Revision 1.7
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sun Mar 9 15:17:03 2003 UTC (10 years, 2 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-6-0,
v0-6-1
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
updated copyright years
Revision 1.6
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sun Feb 10 14:02:25 2002 UTC (11 years, 3 months ago) by anton
Branch:
MAIN
Changes since 1.5: +60 -0 lines
Diff to previous 1.5
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
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Fri Jun 15 16:09:15 2001 UTC (11 years, 11 months ago) by ak042
Branch:
MAIN
Changes since 1.4: +0 -598 lines
Diff to previous 1.4
revert all 2001/05/28 changes.
Revision 1.4
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Mon May 28 19:16:29 2001 UTC (11 years, 11 months ago) by ak042
Branch:
MAIN
Changes since 1.3: +600 -0 lines
Diff to previous 1.3
there is still a problem with iburg <-> burg.
Revision 1.3
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Wed Mar 28 16:18:51 2001 UTC (12 years, 1 month ago) by anton
Branch:
MAIN
Changes since 1.2: +37 -24 lines
Diff to previous 1.2
peephole optimization now uses a hash table
primtable() moved to engine.c (threading dependent)
Revision 1.2
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Tue Feb 27 21:17:11 2001 UTC (12 years, 2 months ago) by anton
Branch:
MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
good start at profiling for peephole optimization
backtrace now also works for calls done with CALL
Revision 1.1
-
(view)
(download)
(as text)
(annotate)
- [select for diffs]
Sat Feb 24 13:44:39 2001 UTC (12 years, 2 months ago) by anton
Branch:
MAIN
added C and primitive support for peeophole optimization
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.