renjin icon indicating copy to clipboard operation
renjin copied to clipboard

Fix #448: Transform global variables in stats package

Open akbertram opened this issue 6 years ago • 0 comments

This extends the GlobalVarRewriter to automatically transform the remaining global variables in C and Fortran code in the stats package to use Session-scoped values so that it can be safely called from multiple threads.

The performance impact needs to be evaluated before merging.

akbertram avatar Feb 05 '19 18:02 akbertram