Skip to content

Instantly share code, notes, and snippets.

@japhb
Created June 16, 2009 03:54
Show Gist options
  • Save japhb/130515 to your computer and use it in GitHub Desktop.
Save japhb/130515 to your computer and use it in GitHub Desktop.
ChangeLog: * experimental mmap IO layer for slurping files
ChangeLog: * Experimental support for "make install"
ChangeLog: * Experimental freeze/thaw code for some PMC types
ChangeLog: * Experimental struct handling
ChangeLog: * Experimental network socket interface code and opcodes
ChangeLog: Wildly experimental patch to make Parrot compile on FreeBSD. (And
compilers/pirc/src/pircompunit.c:is experimental, and not actually used at this point.
config/gen/makefiles/root.in:# directory for the (experimental) PIR code compiler
Configure.pl:This option is experimental. See F<config/init/defaults.pm> for more.
docs/pdds/pdd19_pir.pod:The C<:instanceof> pragma is an experimental pragma that creates a sub as a
docs/project/support_policy.pod:experimental feature that was never included in a supported release may
docs/imcc/operation.pod:Note: These are currently experimental and might not do the Right
docs/running.pod: -Oc turns on the optional/experimental tail call optimizations
docs/running.pod:optimization is currently experimental and these options are likely to change.
docs/jit.pod:experimental feature, to allocate registers per basic block.
docs/gettingstarted.pod:There is also some experimental auto-generated HTML documentation available by
examples/library/pcre.pir:Experimental string matching with PCRE, L<http://www.pcre.org/>.
lib/Parrot/Docs/Section/Info.pm:'Documents incompatible changes to Parrot that invalidate existing bytecode files. This is the new experimental alternative to the fingerprint produced by tools/build/fingerprint_c.pl.',
lib/Parrot/Test.pm:This implementation is experimental and currently only works
NEWS: + Added an experimental compiler library to help use PIR libraries from HLLs
NEWS: + Updated OpenGL library and examples to support experimental HLL import
NEWS: + New experimental BigNum implementation
NEWS:- experimental mmap IO layer for slurping files
NEWS: - Experimental freeze/thaw code for some PMC types
NEWS: - Experimental struct handling
NEWS: - Experimental network socket interface code and opcodes
src/pmc/parrotinterpreter.pmc:This method is experimental.
src/pmc/continuation.pmc:Experimental: return caller info as a STRING.
src/pmc/continuation.pmc:Experimental: return caller PMC or PMCNULL if none.
src/pmc/continuation.pmc:Experimental: return continuation PMC of this Continuation or PMCNULL if none.
src/dynpmc/main.pasm:# experimental subproxy class test
src/io/unix.c:Experimental asynchronous IO.
t/compilers/imcc/syn/keyed.t: skip( "experimental", 1 );
t/tools/install/testlib/README:/usr/local/bin. Please note that this feature is currently experimental.
t/tools/install/testlib/README:(It's so experimental that you have to read the directions it gives you.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment