Difference between revisions of "User:Darthxaher/Sandbox"
Jump to navigation
Jump to search
Darthxaher (talk | contribs) |
Darthxaher (talk | contribs) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== VM for Transfer == |
== VM for Transfer == |
||
=== Test case development Notes === |
|||
* Swedish-Danish (sv-da) pair only uses shallow transfer (only chunker), so this is the place where we start. |
|||
* English-Catalan (en-ca) uses all the three stages. |
|||
== Links for Studying == |
== Links for Studying == |
||
Line 17: | Line 21: | ||
* [http://en.wikipedia.org/wiki/Java_Virtual_Machine Java Virtual Machine] |
* [http://en.wikipedia.org/wiki/Java_Virtual_Machine Java Virtual Machine] |
||
=== C++ Standard Library Documentation === |
=== C++ Standard Library Documentation (to refresh my memory from time to time)=== |
||
* [http://stdcxx.apache.org/doc/stdlibug/noframes.html Apache C++ Standard Library User Guide] |
* [http://stdcxx.apache.org/doc/stdlibug/noframes.html Apache C++ Standard Library User Guide] |
||
* [http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml Google C++ Style Guide] |
Latest revision as of 09:14, 16 April 2010
Contents
VM for Transfer[edit]
Test case development Notes[edit]
- Swedish-Danish (sv-da) pair only uses shallow transfer (only chunker), so this is the place where we start.
- English-Catalan (en-ca) uses all the three stages.
Links for Studying[edit]
Data Structure[edit]
JIT Optimization[edit]
Java virtual Machine Details[edit]
- List of Java byte-code instructions
- Java byte-code
- Stack-oriented programming language
- Java Virtual Machine