Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor fixes to EXPECTED
  • Loading branch information
japhb committed Jun 7, 2013
1 parent fa8c1b1 commit 5201975
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions EXPECTED
@@ -1,13 +1,15 @@
* General
+ Startup times
- For simple tests, many implementations suffer from slow startup times
. Niecza on mono suffers the most, with a very slow startup
. Niecza on mono and NQP on JVM suffer the most, with a very slow startup
. Rakudo on Parrot and Perlito* on JS follow with medium-high startup times
. Perlito* on perl5 is a bit faster with medium-low startup times
. NQP on Parrot has relatively quick startup times
. perl5 (native) has extremely fast startup times
- Use the '--ignore-startup' option to `analyze` to subtract startup times
so that pure compile and run time can be compared
- Use the '--ignore-startup' option to `analyze` or `bench` to subtract
startup times so that pure compile and run time can be compared
- Use the '--ignore-compile' option to `analyze` or `bench` to subtract
script compile time as well
+ Perl 6 v. NQP idioms
- Many idioms have to be changed to translate Perl 6 code to NQP code
- Because Rakudo can (mostly) compile both languages and Niecza can compile
Expand All @@ -23,4 +25,4 @@
+ rc-forest-fire
- Perlito6/* cannot yet compile this test
- Niecza can compile but not run the NQP version of this test since it does
not (for obvious reasons) recognize 'pir::' syntax for raw Parrot opcodes
not (for obvious reasons) recognize 'nqp::' syntax for raw NQP opcodes

0 comments on commit 5201975

Please sign in to comment.