nqp icon indicating copy to clipboard operation
nqp copied to clipboard

Add stack size parameter to nqp::newthread

Open ugexe opened this issue 5 years ago • 1 comments

Adds a stack size parameter to set the initial stack size of a new thread.

Requires https://github.com/MoarVM/MoarVM/pull/1069

ugexe avatar Mar 16 '19 21:03 ugexe

@ugexe unfortunately merging the s/perl6/raku rename (https://github.com/Raku/nqp/pull/630) caused a conflict for this PR. If I'm not mistaken the change to src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java just needs to go into src/vm/jvm/runtime/org/raku/nqp/runtime/Ops.java.

usev6 avatar May 21 '20 15:05 usev6