Skip to content

Commit

Permalink
S99: more entries
Browse files Browse the repository at this point in the history
  • Loading branch information
cognominal committed Aug 18, 2014
1 parent a1b4e26 commit b6f790c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion S99-glossary.pod
Expand Up @@ -779,7 +779,10 @@ See L</multi-method dispatch>.
=head2 MoarVM

A virtual machine designed specifically for L</NQP> and its L</MOP>: L</6model>.
A document about MoarVM L<purpose|https://github.com/MoarVM/MoarVM/blob/master/docs/reveal.md>
A document about MoarVM L<purpose|https://github.com/MoarVM/MoarVM/blob/master/docs/reveal.md>.
MoarVM has some similarities with the Hotspot VM so you may peruse its
L<glossary|http://openjdk.java.net/groups/hotspot/docs/HotSpotGlossary.html> for entries
missing from the present one.

=head2 module

Expand Down Expand Up @@ -912,8 +915,15 @@ posprocess the L<parse subtree|parse tree> and C<< :pasttype<if> >> specify the
L</AST> from the parse subtree

<O('%conditional, :reducecheck<ternary>, :pasttype<if>')>

=head2 On Stack Replacement

=head2 OSR

L</On Stack Replacement>

According to the hotspot L</glossary|http://openjdk.java.net/groups/hotspot/docs/HotSpotGlossary.html> : The process of converting
an interpreted (or less optimized) stack frame into a compiled (or more optimized) stack frame.

=head2 our

Expand Down Expand Up @@ -1490,6 +1500,12 @@ This lemma will never be explained.

L<https://www.destroyallsoftware.com/talks/wat>.

=head2 Weekly Changes

Mostly weekly L<report|http://p6weekly.wordpress.com/> about changes in the Perl 6 World.
See also: L</sixplanet>


=head2 wfm

Works For Me.
Expand Down

0 comments on commit b6f790c

Please sign in to comment.