Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added "opt" lemma and moved OSR to right place
  • Loading branch information
lizmat committed Sep 2, 2014
1 parent 366eca4 commit c6647e2
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions S99-glossary.pod
Expand Up @@ -971,6 +971,13 @@ object code or library. A latter phase links object code to generate an executab
For dynamic languages like Perl 6, the equivalent of object code is the L</bytecode> and
the linking phase is more complex and involves the deL</serialization> of information.

=head2 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

=head2 OO

Object oriented
Expand Down Expand Up @@ -1006,16 +1013,13 @@ L</AST> from the parse subtree

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

=head2 OSR

L</On Stack Replacement>
=head2 opt

=head2 On Stack Replacement
An optimization, usually in either the context of L</spesh> or L</JIT>.

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 OSR

=head2 our
L</On Stack Replacement>

=head2 OUR::

Expand Down

0 comments on commit c6647e2

Please sign in to comment.