[gforth] / gforth / doc / vmgen.texi  

gforth: gforth/doc/vmgen.texi


Default branch: MAIN
Bookmark a link to HEAD: (view) (download) (as text)

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 1 22:19:30 2008 UTC (4 years, 7 months ago) by anton
Branch: MAIN
CVS Tags: HEAD, v0-7-0
Changes since 1.33: +1 -1 lines
Diff to previous 1.33 , to selected 1.27
updated copyright years

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 20:54:09 2008 UTC (4 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.32: +11 -7 lines
Diff to previous 1.32 , to selected 1.27
made vmgen release-ready:
  added prims2x0.6.2.fs (and fixed use of RECOVER)
  vmgen now looks for vmgen-version to decide what prims2x.fs to use and
     uses prims2x0.6.2.fs by default
  reverted some of the documentation
  fixed minor bug in vmgen-ex*/Makefile

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 8 20:56:14 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31 , to selected 1.27
Updated Agenda
Now lib.fs selects libffi.fs or fflib.fs based on a configure test
compat/execute-parsing bugfix
fixed some documentation bugs (reported by Jakob Sievers)

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 19:02:25 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30 , to selected 1.27
updated copyright year after changing license notice

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 31 18:56:18 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.29: +3 -1 lines
Diff to previous 1.29 , to selected 1.27
Updated COPYING and doc/gpl.texi to GPL v3
adjusted dectioning etc in documentation for new gpl.texi

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 2 11:30:34 2005 UTC (7 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.28: +58 -1 lines
Diff to previous 1.28 , to selected 1.27
Documentation changes:
  added wordset info for many words, and pronounciation for a few
  added documentation about key names for EKEY
  worked around texinfo 4.7 restrictions (old assignment macros broken)
  Added "Explicit stack access" docs to vmgen docs

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 26 21:24:15 2005 UTC (8 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.27: +3 -1 lines
Diff to previous 1.27
EXECUTE and friends are now relocatable again even with the PR15242 workaround.

Revision 1.27 - (view) (download) (as text) (annotate) - [selected]
Mon Jan 24 22:18:34 2005 UTC (8 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.26: +8 -2 lines
Diff to previous 1.26
preparations to make EXEC relocatable with PR 15242 workaround

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 25 08:02:58 2003 UTC (9 years, 9 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-2
Changes since 1.25: +8 -1 lines
Diff to previous 1.25 , to selected 1.27
gforth-prof is no longer generated by default
turned off dynamic-default for hppa
minor changes to make testdist work
documentation changes

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 9 15:17:02 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
CVS Tags: v0-6-0, v0-6-1
Changes since 1.24: +1 -1 lines
Diff to previous 1.24 , to selected 1.27
updated copyright years

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 2 13:12:33 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23 , to selected 1.27
documentation installation updates

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 1 22:39:16 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 , to selected 1.27
documentation changes (mainly reorganized stuff)

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 25 22:58:49 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.21: +60 -14 lines
Diff to previous 1.21 , to selected 1.27
Documentation changes (new: The Input Stream (gforth), Stack growth
direction (Vmgen)

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 23 21:17:00 2003 UTC (10 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20 , to selected 1.27
documented threaded code variations and dynamic superinstructions
other documentation changes

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 22 09:00:05 2002 UTC (10 years, 8 months ago) by anton
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19 , to selected 1.27
Added generation of engine/supers.i
Deleted generation of kernel/peephole.fs

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 1 15:15:07 2002 UTC (10 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.18: +7 -1 lines
Diff to previous 1.18 , to selected 1.27
changed version
disabled dynamic code generation for now (problems with gcc-3.2).
documentation changes

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 28 21:46:59 2002 UTC (10 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.17: +72 -9 lines
Diff to previous 1.17 , to selected 1.27
Made store optimization optional (default off), and documented it

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 22 20:07:33 2002 UTC (10 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.16: +30 -0 lines
Diff to previous 1.16 , to selected 1.27
Getting ready for the Vmgen release
New snapshot dates, various documentation changes, Makefile and configure fixes

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 21 09:36:01 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.15: +10 -4 lines
Diff to previous 1.15 , to selected 1.27
documentation changes

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 20 16:59:01 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.14: +46 -13 lines
Diff to previous 1.14 , to selected 1.27
prims2x.fs now outputs #line directives at the end of the user C code
documentation changes

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 20 07:59:01 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.13: +10 -3 lines
Diff to previous 1.13 , to selected 1.27
prims2x.fs changes: now supports C code delimited by braces;
                    Forth or C names for primitives depending on [ifdef] vmgen
Documentation changes
adapted vmgen-ex* to earlier prims2x.fs changes

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 19 07:38:16 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.12: +190 -41 lines
Diff to previous 1.12 , to selected 1.27
Vmgen documentation changes
Small changes in Vmgen and related changes in prim and engine/engine.c

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 16 09:43:49 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.11: +308 -110 lines
Diff to previous 1.11 , to selected 1.27
Documentation changes

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 14 09:00:22 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.10: +124 -71 lines
Diff to previous 1.10 , to selected 1.27
vmgen documentation changes

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 13 19:33:38 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.9: +201 -7 lines
Diff to previous 1.9 , to selected 1.27
documentation changes

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Aug 9 09:42:35 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.8: +4 -0 lines
Diff to previous 1.8 , to selected 1.27
added LABEL2 generation to prims2x.fs for future portable superinstructions

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 8 19:20:26 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.7: +103 -12 lines
Diff to previous 1.7 , to selected 1.27
documentation changes

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 8 08:33:06 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.6: +11 -0 lines
Diff to previous 1.6 , to selected 1.27
more documentation

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Aug 7 22:19:44 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.5: +208 -13 lines
Diff to previous 1.5 , to selected 1.27
documentation changes

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 1 21:14:25 2002 UTC (10 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.4: +439 -6 lines
Diff to previous 1.4 , to selected 1.27
documentation changes

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 2 15:46:16 2002 UTC (11 years ago) by anton
Branch: MAIN
Changes since 1.3: +7 -0 lines
Diff to previous 1.3 , to selected 1.27
vmgen-related changes:
in prims2x:
  Conversion macros for single items now take 2 arguments
  Converting from two items to a type has changed order
  argument printing for disassembler disabled (for now)
  disassembler now also uses VM_IS_INST
in Gforth and vmgen-ex: adapted to work with changed prims2x
new: vmgen-ex2: uses union for Cell instead of casting (lots of
   changes compared to vmgen-ex)

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 2 10:31:29 2002 UTC (11 years ago) by anton
Branch: MAIN
Changes since 1.2: +234 -2 lines
Diff to previous 1.2 , to selected 1.27
EKEY now returns single characters instead of waiting for the rest of
   an escape sequence
documentation changes

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 28 08:54:28 2002 UTC (11 years ago) by anton
Branch: MAIN
Changes since 1.1: +85 -5 lines
Diff to previous 1.1 , to selected 1.27
Documentation changes

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 16 09:07:29 2002 UTC (11 years, 1 month ago) by anton
Branch: MAIN
Diff to selected 1.27
changed mailing list address in README
started working on vmgen documentation

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.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help