[svn:parrot] r41360 - in trunk/lib/Parrot: . Docs/Section
chromatic at svn.parrot.org
chromatic at svn.parrot.org
Sat Sep 19 08:47:29 UTC 2009
Author: chromatic
Date: Sat Sep 19 08:47:28 2009
New Revision: 41360
URL: https://trac.parrot.org/parrot/changeset/41360
Log:
[docs] Removed references to JIT documentation and utilities since removed.
Modified:
trunk/lib/Parrot/Docs/Section/Developer.pm
trunk/lib/Parrot/Docs/Section/Tools.pm
trunk/lib/Parrot/Vtable.pm
Modified: trunk/lib/Parrot/Docs/Section/Developer.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Developer.pm Sat Sep 19 08:41:36 2009 (r41359)
+++ trunk/lib/Parrot/Docs/Section/Developer.pm Sat Sep 19 08:47:28 2009 (r41360)
@@ -1,4 +1,4 @@
-# Copyright (C) 2004, Parrot Foundation.
+# Copyright (C) 2004-2009, Parrot Foundation.
# $Id$
=head1 NAME
@@ -45,10 +45,8 @@
$self->new_item( 'Bytecode Format (PBC)', 'docs/parrotbyte.pod'),
$self->new_item( 'Bytecode Packfile API', 'docs/packfile-c.pod'),
$self->new_item( 'Memory Internals', 'docs/memory_internals.pod'),
- $self->new_item( 'Just In Time Compilation', 'docs/jit.pod'),
$self->new_item( 'PMC Vtables', 'docs/vtables.pod'),
$self->new_item( 'Embedding Parrot', 'docs/embed.pod'),
- $self->new_item( '', 'docs/native_exec.pod' ),
$self->new_item( '', 'docs/porting_intro.pod' ),
),
$self->new_group( 'Development Notes', '', 'docs/dev',
Modified: trunk/lib/Parrot/Docs/Section/Tools.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Section/Tools.pm Sat Sep 19 08:41:36 2009 (r41359)
+++ trunk/lib/Parrot/Docs/Section/Tools.pm Sat Sep 19 08:47:28 2009 (r41360)
@@ -1,4 +1,4 @@
-# Copyright (C) 2006-2008, Parrot Foundation.
+# Copyright (C) 2006-2009, Parrot Foundation.
# $Id$
=head1 NAME
@@ -47,7 +47,6 @@
$self->new_item( '', 'tools/dev/as2c.pl' ),
$self->new_item( '', 'tools/dev/cc_flags.pl' ),
$self->new_item( '', 'tools/build/nativecall.pl' ),
- $self->new_item( '', 'tools/build/jit2c.pl' ),
$self->new_item( '', 'tools/build/vtable_h.pl' ),
$self->new_item( '', 'tools/build/vtable_extend.pl' ),
),
Modified: trunk/lib/Parrot/Vtable.pm
==============================================================================
--- trunk/lib/Parrot/Vtable.pm Sat Sep 19 08:41:36 2009 (r41359)
+++ trunk/lib/Parrot/Vtable.pm Sat Sep 19 08:47:28 2009 (r41360)
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2008, Parrot Foundation.
+# Copyright (C) 2001-2009, Parrot Foundation.
# $Id$
=head1 NAME
@@ -11,9 +11,9 @@
=head1 DESCRIPTION
-C<Parrot::Vtable> provides a collection of functions for manipulating
-PMC vtables. It is used by F<tools/build/jit2c.pl>, F<tools/build/pmc2c.pl>,
-F<tools/build/vtable_h.pl>, F<tools/dev/gen_class.pl>.
+C<Parrot::Vtable> provides a collection of functions for manipulating PMC
+vtables. It is used by F<tools/build/pmc2c.pl>, F<tools/build/vtable_h.pl>, and
+F<tools/dev/gen_class.pl>.
=head2 Functions
More information about the parrot-commits
mailing list