Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Parrot virtual machine
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Internals== There are three forms of program code for Parrot: * ''[[Bytecode]]''<ref>{{Cite web |url=http://www.parrotcode.org/docs/parrotbyte.html |title=The Parrot Bytecode (PBC) Format - parrotcode |access-date=2009-07-15 |archive-date=2008-12-24 |archive-url=https://web.archive.org/web/20081224061126/http://www.parrotcode.org/docs/parrotbyte.html |url-status=dead }}</ref> is binary and is natively interpreted by Parrot. Bytecode is usually stored in files with the [[filename extension]] ".pbc". * ''[[Parrot assembly language]]'' (PASM) is the low level language that [[Compiler|compile]]s down to bytecode. PASM code is usually stored in files with the filename extension ".pasm". * ''[[Parrot intermediate representation]]'' (PIR<ref>[http://docs.parrot.org/parrot/latest/html/docs/book/ch03_pir.pod.html] {{webarchive|url=https://web.archive.org/web/20090720034439/http://docs.parrot.org/parrot/latest/html/docs/book/ch03_pir.pod.html|date=July 20, 2009}}</ref>) is a slightly higher level language than PASM and also compiles down to bytecode. It is the primary target of language implementations. PIR transparently manages Parrot's inter-routine calling conventions, provides improved syntax, register allocation, and more. PIR code is usually stored in files with the filename extension ".pir".
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Parrot virtual machine
(section)
Add topic