gforth: gforth/Attic/machpc.fs
Default branch: MAIN
Bookmark a link to HEAD:
(view)
(download)
Revision 1.23
Sat Jun 30 20:28:55 2007 UTC (5 years, 10 months ago) by anton
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.22: +0 -0 lines
FILE REMOVED
fixed minor bug in -falign-* configure tests
cleaned up dependencies on .h files in engine/Makefile.in
made Alpha port compile with gcc-2.95 (disabled longlong.h division)
optimized Alpha port:
use old division code
native code after a jump is now aligned. Speed effect:
sieve bubble matrix fib
1.950 1.605 1.259 1.653 b1 gcc-3.3.5
1.453 1.932 1.230 1.458 b1 gcc-3.3.5 with alignment
aligning branch targets would probably also help
Revision 1.22
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Aug 23 20:16:08 2003 UTC (9 years, 9 months ago) by pazsan
Branch:
MAIN
Changes since 1.21: +3 -1 lines
Diff to previous 1.21
Fixed the make dist kernl*.fi building process so that neither new nor old
calling interface is included
Revision 1.21
-
(view)
(download)
(annotate)
- [select for diffs]
Mon Aug 4 20:32:35 2003 UTC (9 years, 9 months ago) by pazsan
Branch:
MAIN
Changes since 1.20: +3 -0 lines
Diff to previous 1.20
Inclusion of ffcall stuff
ftp://ftp.santafe.edu/pub/gnu/ffcall-1.8.tar.gz
High level stuff missing
Revision 1.20
-
(view)
(download)
(annotate)
- [select for diffs]
Sun May 11 17:17:14 2003 UTC (10 years ago) by jwilke
Branch:
MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
cross: use sperate region for user-space
cross: allow no user-space at all
Revision 1.19
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Jan 19 23:35:30 2003 UTC (10 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Updated copyright notices
Added stack effects to kernel/input.fs
Revision 1.18
Fri Jan 3 20:26:19 2003 UTC (10 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.17: +0 -0 lines
FILE REMOVED
undid the unnecessary/broken stuff Bernd has done
moved a change from machpc.fs to machpc.fs.in
removed machpc.fs (generated file)
Revision 1.17
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Jan 3 17:28:12 2003 UTC (10 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
Made 4stack port of Gforth EC work again
Revision 1.16
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Dec 14 17:34:12 2002 UTC (10 years, 5 months ago) by pazsan
Branch:
MAIN
Changes since 1.15: +2 -0 lines
Diff to previous 1.15
Changed string compilation to not use the return stack to skipp the string
added control-rack property to specify if the return stack does point to
control-relevant information
Revision 1.15
-
(view)
(download)
(annotate)
- [select for diffs]
Thu Sep 26 11:35:06 2002 UTC (10 years, 7 months ago) by jwilke
Branch:
MAIN
Changes since 1.14: +2 -0 lines
Diff to previous 1.14
added abranch option
Revision 1.14
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Dec 29 20:40:48 2001 UTC (11 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13
default dictionary size 1M cells
machine-specific stuff for dynamic superinstructions is now in machine.h
support for dynamic superinstructions for Alpha
Revision 1.13
-
(view)
(download)
(annotate)
- [select for diffs]
Thu Dec 27 16:29:28 2001 UTC (11 years, 4 months ago) by anton
Branch:
MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
gforth no longer uses TOS caching (for improved error detection, suggested by
Dennis Donnelly).
The default FP stack size is 16K (for improved error detection).
minor changes.
Revision 1.12
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Oct 26 11:53:21 2001 UTC (11 years, 6 months ago) by anton
Branch:
MAIN
Changes since 1.11: +1 -2 lines
Diff to previous 1.11
added some function key names and sequences (from Linux console)
renamed NAME into PARSE-WORD
Revision 1.11
-
(view)
(download)
(annotate)
- [select for diffs]
Wed Sep 12 14:45:39 2001 UTC (11 years, 8 months ago) by jwilke
Branch:
MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
Image starts at $100 for cross-compilation now. A NULL-reference
is really a reference to address 0 and NIL is 0.
In the kernel image-header to get the headers address.
Image loading is only changed minimal: The stuff with fixed
addressed images is thrown out, because every image is relocatable.
No header change. Old images should work.
Revision 1.10
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Mar 18 22:20:27 2001 UTC (12 years, 2 months ago) by pazsan
Branch:
MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
Made peephole a configurable option
call compilation in cross works now
Not done yet:
- peephole itself
- Create as alit,
- DOES> compilation
Revision 1.9
-
(view)
(download)
(annotate)
- [select for diffs]
Sun Oct 29 20:27:02 2000 UTC (12 years, 6 months ago) by pazsan
Branch:
MAIN
Changes since 1.8: +8 -6 lines
Diff to previous 1.8
Added new input handling (OO approach). Only available if capability
new-input is true (so setting that to false in machpc.fs gets you the old
input handling back).
Revision 1.8
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Sep 23 15:46:58 2000 UTC (12 years, 7 months ago) by anton
Branch:
MAIN
CVS Tags:
v0-5-0
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
changed FSF address in copyright messages
Revision 1.7
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Sep 23 15:06:01 2000 UTC (12 years, 7 months ago) by anton
Branch:
MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
updated copyright dates in many files (not in ec-related files)
Revision 1.6
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Dec 31 21:40:00 1999 UTC (13 years, 4 months ago) by pazsan
Branch:
MAIN
Changes since 1.5: +18 -18 lines
Diff to previous 1.5
Started cross compiler documentation
Made 4stack, 8086, and MISC Gforth-EC work again
Revision 1.5
-
(view)
(download)
(annotate)
- [select for diffs]
Mon May 17 14:47:20 1999 UTC (14 years ago) by jwilke
Branch:
MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
Added backtrace option
Revision 1.4
-
(view)
(download)
(annotate)
- [select for diffs]
Wed Dec 23 09:24:39 1998 UTC (14 years, 5 months ago) by pazsan
Branch:
MAIN
CVS Tags:
v0-4-0
Changes since 1.3: +5 -5 lines
Diff to previous 1.3
Fixed new format in fi2c.fs
Fixed wrong base in machpc.fs
Revision 1.3
-
(view)
(download)
(annotate)
- [select for diffs]
Fri Dec 11 22:54:27 1998 UTC (14 years, 5 months ago) by pazsan
Branch:
MAIN
Changes since 1.2: +8 -1 lines
Diff to previous 1.2
Added further options to shrink a kernel down
Cleaned up conditional primitives (works now for C-generated part, too)
Cleaned up mach files for embedded architectures
Cleaned up options in the kernel
Revision 1.2
-
(view)
(download)
(annotate)
- [select for diffs]
Tue Dec 8 22:02:48 1998 UTC (14 years, 5 months ago) by anton
Branch:
MAIN
Changes since 1.1: +18 -0 lines
Diff to previous 1.1
updated dates in copyright messages
inserted copyright messages in most files that did not have them
removed outdated files engine/32bit.h engine/strsig.c
Revision 1.1
-
(view)
(download)
(annotate)
- [select for diffs]
Sat Sep 13 12:12:17 1997 UTC (15 years, 8 months ago) by jwilke
Branch:
MAIN
Missing file for last patch.
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.