Skip to content

Commit

Permalink
We're returning a native: "is raw" makes that a bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 29, 2017
1 parent 7f154fe commit e00f705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Rakudo/Internals.pm
Expand Up @@ -635,7 +635,7 @@ my class Rakudo::Internals {
}

my num $init-time-num = nqp::time_n;
method INITTIME() { $init-time-num }
method INITTIME() is raw { $init-time-num }

my $init-thread := nqp::currentthread();
method INITTHREAD() { $init-thread }
Expand Down

0 comments on commit e00f705

Please sign in to comment.