Feature or enhancement
Proposal:
The following code is common in some benchmarks, such as raytrace
In raytrace, it happens in the form of the arguments being passed to the points.
We can strength reduce the y = x from a LOAD_FAST to a LOAD_CONST_INLINE_BORROW which is significantly faster in the JIT, as it eliminates a memory load from the heap.
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
Feature or enhancement
Proposal:
The following code is common in some benchmarks, such as raytrace
In raytrace, it happens in the form of the arguments being passed to the points.
We can strength reduce the
y = xfrom a LOAD_FAST to aLOAD_CONST_INLINE_BORROWwhich is significantly faster in the JIT, as it eliminates a memory load from the heap.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs