Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Rakudo::Internals.PROFILE
Intended to be passing on --profile to subprocesses, to profile
pre-comping
  • Loading branch information
lizmat committed Jan 13, 2016
1 parent 7f592ce commit 1785ab7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/core/Rakudo/Internals.pm
Expand Up @@ -725,6 +725,12 @@ my class Rakudo::Internals {
?? '--ll-exception'
!! Empty
}
# running with --profile
method PROFILE() {
nqp::existskey($compiling-options, 'profile')
?? '--profile'
!! Empty
}

#?if moar
method PRECOMP-EXT() { "moarvm" }
Expand Down

0 comments on commit 1785ab7

Please sign in to comment.