Skip to content

Draft: Use constant pointers to constant data instead of constant pointers to variable data.

Susi Lehtola requested to merge const_pointer into master

The Maple kernels were using constant pointers to variable data.

This MR changes the behavior to constant pointers to constant data, which should allow better compiler optimizations.

Merge request reports