Are you over 18 and want to see adult content?
More Annotations

Home - Taking Charge of your Fertility
Are you over 18 and want to see adult content?

Serp Rank - Digital & Internet Marketing - SEO Rankings
Are you over 18 and want to see adult content?

Crisis Energética - Respuestas a los retos energéticos del siglo XXI
Are you over 18 and want to see adult content?

All the latest news about the business of PC Games - PC Games Insider
Are you over 18 and want to see adult content?

BidVertiser - Direct Advertising Network
Are you over 18 and want to see adult content?

Aysam Turizm - Personel Servis Taşımacılığı
Are you over 18 and want to see adult content?

Bagless Vacuum Cleaner - Bagless vacuum
Are you over 18 and want to see adult content?
Favourite Annotations

Строительный портал, ремонт и ÑтроительÑтво — Rmnt.ru
Are you over 18 and want to see adult content?

Seth Lakeman – Official Website
Are you over 18 and want to see adult content?

Home - Aktuelle Nachrichten der Neckarquelle - nq-online.de
Are you over 18 and want to see adult content?

Breaking News in Nigeria Today - Tribune Online - Tribune Online -
Are you over 18 and want to see adult content?

Порно видео онлайн без региÑтрации, порнуха - Порно Жара
Are you over 18 and want to see adult content?

Aplikasi Pinjaman Uang Online Cepat Tanpa Jaminan - Maucash
Are you over 18 and want to see adult content?

best weight loss program for men and women
Are you over 18 and want to see adult content?

War Is Boring - From drones to AKs, high technology to low politics.
Are you over 18 and want to see adult content?

A complete backup of https://kolonmall.com
Are you over 18 and want to see adult content?
Text
* Download
* News
* Users/Docs
* Developer
* Languages
* Foundation
* Sponsors
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. Parrot is not about parrots , though we are rather fond of them for obvious reasons. NEW SUPPORTED RELEASE 8.1.0 "ANDEAN PARAKEET" Submitted by rurban on Tue, 02/16/2016 - 07:48 On behalf of the Parrot team, I'm proud to announce Parrot 8.1.0, also known as "Andean Parakeet". Parrot is a virtual machine aimed at running all dynamic languages.PARROT 8.1.0 NEWS:
- Core
+ Annotate needed -Wcast-align fixes (for early armv5 systems)- Documentation
+ Fixed typo in move_buffer_callback doc + Add missing hyperref package for latex- Tests
+ Restore make configure_tests, remove outdated t/steps/auto/labs-01.t* Login
or
register
to
post comments
* Read more
* 1 attachment
tags:
* News
* Releases
NEW RELEASE 7.11.0 "AMAZONIAN PARROTLET" Submitted by rurban on Sat, 12/19/2015 - 20:54 On behalf of the Parrot team, I'm proud to announce Parrot 7.11.0, also known as "Amazonian parrotlet". Parrot is a virtual machine aimed at running all dynamic languages.Parrot 7.11.0 News:
- Build
+ Improve darwin and cygwin build, seperate installable libparrot.GH #1212, 1096
+ Honor --disable-rpath on darwin, skip -install_name then + Update default cygwin compiler and linker to gcc with 1.7 + Add darwin and windows smokers (travis + appveyor), prev. linux only + use a smaller default target: core (most parrot_utils, not all) make all builds now all, including docs and installables* Login
or
register
to
post comments
* Read more
tags:
* cygwin
* darwin
* News
* Releases
PARROT 7.10.0 "WYRD PARROT" RELEASED! Submitted by Util on Tue, 11/17/2015 - 23:59 And the band struck up. Hwel peered around a pillar and signalled to Wimsloe and Brattsley, who hobbled out into the glare of the torches. OLD MAN (an Elder): "What hath befell the land?" OLD WOMAN (a Crone): " 'Tis a terror—" The dwarf watched them for a few seconds from the wings, his lips moving soundlessly. Then he scuttled back to the guardroom where the rest of the cast were still in the last hasty stages ofdressing.
He uttered the stage manager's traditional scream of rage. "C'mon," he ordered. "Soldiers of the king, at the double! And the witches – where are the blasted witches?" Three junior apprentices presented themselves. "I've lost my wart!" "The cauldron's all full of yuk!" "There's something living in this wig!" "Calm down, calm down," screamed Hwel. "It'll all be all righton the night!"
"This is the night, Hwel!" On behalf of the Parrot team, I'm proud to announce Parrot 7.10.0, also known as "Wyrd Parrot". Parrot is a virtual machine aimed at running all dynamic languages.* Login
or
register
to
post comments
* Read more
tags:
* Discworld
* News
* Releases
NEW SUPPORTED RELEASE 7.9.0 "SANGIHE HANGING PARROT" Submitted by rurban on Tue, 10/20/2015 - 10:04 > "The Sangihe hanging parrot (Loriculus catamene) is a small (length: > 12-13.5 cm) parrot endemic to the small island of Sangihe, north of > Sulawesi, Indonesia.>
> This is an arboreal parrot. It is predominantly green, with a red > throat patch, rump, elongated uppertail-coverts and tip of tail.>
> In 2009 this parrot was downlisted from Endangered to Near > Threatened because although it has a very small range within which > there has been extensive forest loss and fragmentation, it > apparently remains common in degraded and cultivated habitats and > there is no evidence of a continuing decline. The current population > is estimated at between 10000 and 46000 individuals." - en.wikipedia.org/wiki/Sangihe_hanging_parrot On behalf of the Parrot team, I'm proud to announce Parrot 7.9.0, also known as "Sangihe hanging parrot". Parrot is a virtual machine aimed at running alldynamic languages.
PARROT 7.9.0 NEWS:
- Core
+ StringBuilder.clone and ResizablePMCArray write barrier optimizations. 1.14% faster, GH #1123 + More StringBuilder optimizations with substr, set_pmc, push_pmc, i_concatenate, and do less overallocation. <1% faster. GH #1123 + Support -D1 GC stats with --ccflags=-DMEMORY_DEBUG for --gc=ms + Added a Parrot_{un,}block_GC_move API for the 2 string compacting collectors ms and ms2, which are ~20% faster. + Fixed a --gc=ms segv in Parrot_io_write_s GH #1196 + Fixed --gc=inf string header allocation and failing tests + const/ARGIN all read-only IO api arguments + Deprecated ListChunk GC API and src/list.c GH #1179- Build
+ --optimize: Replace -O2 from perl5 with -O3 on clang or gcc. GH #11855% faster
+ Fixed make clean realclean and install which sometimes forgot pmc_default.h GH #1194, GH #1206- Tests
+ Use the faster travis docker infrastructure without sudo* Login
or
register
to
post comments
* Read more
* 1 attachment
tags:
* gc performance
* News
* Releases
GSOC 2014 - FINAL REPORT Submitted by ZYROz on Mon, 08/18/2014 - 19:18Hey everyone!
I am extremely happy to announce that I have successfully completed myGSoC project!
I would like to take this opportunity to thank the community for this wonderful learning experience. It has really helped me to add a new dimension to my knowledge while at the same time introducing me to the world of open-source projects. Most importantly, I would like to thank my mentor REINI URBAN_ (rurban)_ for the tremendous help he offered me, ever since my first contact with the community. As a matter of fact, without his ideas and invaluable guidance, completing the project would have been an impossible task. I would also like to thank my co-mentor BRUCE GRAY _(Util)_ for guiding us throughout the project and providing us with valuable inputs to overcome the many hurdles we faced. In this blog, I will attempt to summarize the work I have completedthrough my project.
My project's primary objective was to improve the performance of the method signatures. My project was divided into three tasks:-* ZYROz's blog
* 1 comment
* Read more
GSOC 2014 - REPORT 12 Submitted by ZYROz on Wed, 08/13/2014 - 17:14Hey everyone!
This week I ran the bench test on the three tasks to verify the performance gain. But due to my slow machine, I could only generate varied and unreliable data. However, rurban confirms that all the tests are passing and the branch pcc-gh1083 is ready to be merged for the Parrot release scheduled on 19 August. Also, he soon plans to test it with a 32 bit machine aswell.
* ZYROz's blog
* Login
or
register
to
post comments
* Read more
GSOC 2014 - REPORT 11 Submitted by ZYROz on Wed, 08/06/2014 - 18:11Hey everyone!
I will be sharing what I have completed this week. Last week, I had mentioned that I would be fixing further problems in my branch to optimize pmc2c _(https://www.parrot.org/zyroz10)_. I am happy to share that I have successfully completed this work and believe that the issue GH #1083 _(https://github.com/parrot/parrot/issues/1083)_ is now resolved. To elaborate on the work done --- a couple of weeks back, I started by omitting the obj check in the CallContext ATTR accessors in _include/pmc/pmc_callcontext.h_.* ZYROz's blog
* Login
or
register
to
post comments
* Read more
GSOC 2014 - REPORT 10 Submitted by ZYROz on Wed, 07/30/2014 - 16:49Hey everyone!
This week I completed the part of my task that required me to export the internally needed CallContext vtable methods _(https://github.com/parrot/parrot/issues/1083)_. These exported methods are now included in src/call/*.c to improve the performance, since these methods are now being directly called. In the previous week, I had finished fixing the headers to omit the obj check for _CallContext ATTR accessors_. But I had made these changes manually by fixing _include/pmc/pmc_callcontext.h_.* ZYROz's blog
* Login
or
register
to
post comments
* Read more
GSOC 2014 - REPORT 9 Submitted by ZYROz on Wed, 07/23/2014 - 18:13Hey everyone!
Through this post, I will be sharing my progress towards the task - https://github.com/parrot/parrot/issues/1083. I have completed the part of the task that required me to _inline the CallContext ATTR accessors to omit the obj check_. For now, I have manually edited _include/pmc/pmc_callcontext.h_ to fix the macrodefinitions.
However, after completing the remaining task and ascertaining an improvement in speed performance, I plan to improve pmc2c to automatically generate this fix.* ZYROz's blog
* Login
or
register
to
post comments
* Read more
GSOC 2014 - REPORT 8 Submitted by ZYROz on Wed, 07/16/2014 - 18:16Hey everyone!
Let me share this week's progress. Earlier this week, I finished my tests with Parrot for its releases 2.7 - 3.0. Including rurban's profiling, we now have data (reliable to some extent) for the commits in this range. The main objective for the profiling was to determine the highest overhead to be targeted nextfor refactor.
_(For the list of all the identified overheads, please take a look at-
http://wiki.enlightenedperl.org/gsoc2014/ideas/improve_performance_of_me...)_
* ZYROz's blog
* Login
or
register
to
post comments
* Read more
* 1
* 2
* 3
* 4
* 5
* 6
* 7
* 8
* 9
* …
* next ›
* last »
USER LOGIN
Username: *
Password: *
* Create new account * Request new passwordNAVIGATION
* Report an issue
* Donate
* Content
* Blogs
Copyright © 2002-2012, Parrot Foundation.Details
Copyright © 2023 ArchiveBay.com. All rights reserved. Terms of Use | Privacy Policy | DMCA | 2021 | Feedback | Advertising | RSS 2.0