CIA.vc
Parrot
The Parrot Virtual Machine
Stats » Projects » Parrot
information
Photo
Parrot is a virtual machine designed to efficiently compile and execute bytecode for dynamic languages. Parrot currently hosts a variety of language implementations in various stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, Python, Perl 6, APL, and a .NET bytecode translator.
syndicateUTC clock
13:01 on Feb 09, 2010
event counters
The last message was received 10.31 minutes ago at 12:50 on Feb 09, 2010
21 messages so far today, 21 messages yesterday
42 messages so far this week, 98 messages last week
140 messages so far this month, 318 messages last month
35735 messages since the first one, 5.08 years ago, for an average of 1.24 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
18 min agoparrot
Commit by bacek :: r43808 /branches/gc_encapsulate_part2/src/ (3 files in 2 dirs):
Encapsulate GC finalization little bit more. Properly implement MS GC
finalize.
#
18 min agoparrot
Commit by bacek :: r43807 /branches/gc_encapsulate_part2/ (5 files in 2 dirs):
Move pools destruction functions in alloc_resources.c
#
33 min agoparrot
Commit by bacek :: r43806 /branches/gc_encapsulate_part2/src/gc/gc_ms.c:
Rename gc_ms_finalize to gc_ms_finalize_memory_pools
#
33 min agoparrot
Commit by bacek :: r43805 /branches/gc_encapsulate_part2/src/gc/ (gc_ms.c gc_private.h api.c):
Encapsulate allocation/deallocation of attributes and fixed size storage
#
10:44 todayparrot
Commit by bacek :: r43804 /branches/gc_encapsulate_part2/src/gc/ (gc_ms.c gc_private.h api.c):
Encapsulate allocate/free string headers
#
10:43 todayparrot
Commit by bacek :: r43803 /branches/gc_encapsulate_part2/src/gc/ (gc_ms.c gc_private.h api.c):
Encapsulate free_pmc_header
#
10:43 todayparrot
Commit by bacek :: r43802 /branches/gc_encapsulate_part2/src/gc/ (gc_ms.c gc_private.h api.c):
Encapsulate allocate_pmc_header
#
10:43 todayparrot
Commit by bacek :: r43801 /branches/gc_encapsulate_part2/src/gc/ (gc_ms.c api.c):
Move pool intialization into gc_ms.c from api.c
#
10:38 todayparrot
Commit by mikehh :: r43800 /branches/gc_encapsulate_part1:
branch merged so remove it
#
10:32 todayparrot
Commit by bacek :: r43799 /branches/gc_encapsulate_part2:
Second part of GC encapsulation
#
10:28 todayparrot
Commit by bacek :: r43798 /trunk/ (10 files in 4 dirs):
Merge branch gc_encapsulate_part1 back to trunk.
#
06:53 todayparrot
Commit by petdance :: r43797 /trunk/src/call/args.c:
consting and localizing local vars
#
06:34 todayparrot
Commit by coke :: r43796 /branches/rm_cflags/config/gen/makefiles/CFLAGS.in:
These files are warnings-clean in the default build.
#
06:24 todayparrot
Commit by coke :: r43795 /branches/rm_cflags/config/gen/makefiles/root.in:
re-order and fix these makefile deps (unbreak build)
#
06:00 todayparrot
Commit by coke :: r43794 /branches/rm_cflags/config/gen/makefiles/CFLAGS.in:
This file generates no warnings as is. don't need this anymore.
#
05:43 todayparrot
Commit by coke :: r43793 /branches/rm_cflags/config/gen/makefiles/ (CFLAGS.in root.in):
restore 2 of the CFLAGS directives in the makefile itself.

Presumably this would actually be necessary only if !shared.
#
03:56 todayparrot
Commit by jkeenan :: r43792 /branches/rm_cflags/lib/Parrot/Ops2c/Utils.pm:
[codingstd] Eliminate trailing whitespace.
#
03:55 todayparrot
Commit by jkeenan :: r43791 /trunk/lib/Parrot/Ops2c/Utils.pm:
[codingstd] Eliminate trailing whitespace.
#
03:14 todayparrot
Commit by coke :: r43790 /branches/rm_cflags/ (4 files in 4 dirs):
Remove cc_flags.pl

This loses any special meaning from CFLAGS - no modified @ccflags@ just now.
Build is now straight $(CC) - no intermediate perl script. Windows users
should see a speedup (if it builds). Build just got a lot more verbose.
(half from warnings, half from actually showing the build line.)
#
02:52 todayparrot
Commit by coke :: r43789 /branches/rm_cflags:
Remove CFLAGS script.
#