Since --thread-count was (a) arguably misnamed and (b) definitly
misdocumented I have added a new switch to the JS shell, --cpu-count, which
sets the number of cpus (hardware threads), which is what --thread-count
used to do.

--thread-count is currently documented as an alias for --cpu-count.

Please stop using --thread-count and do upgrade your scripts when you can,
it will be nice to remove it or repurpose it in a while.  We could use it
to actually set the number of helper threads, so that we could more easily
play with helper thread testing.

--lars
_______________________________________________
dev-tech-js-engine-internals mailing list
dev-tech-js-engine-internals@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

Reply via email to