
|
If you were logged in you would be able to see more operations.
|
|
|
Currently, multiple assignment returns an array of the RHS:
If this new array is not used, it is wasted. So a simple optimization for this would be to only have the result of masgn produce an array iff there's a consumer for that result.
We should make this optimization in both the interpreter and compiler. Might be a good one for an interpreter or compiler newb to try out.
|
|
Description
|
Currently, multiple assignment returns an array of the RHS:
If this new array is not used, it is wasted. So a simple optimization for this would be to only have the result of masgn produce an array iff there's a consumer for that result.
We should make this optimization in both the interpreter and compiler. Might be a good one for an interpreter or compiler newb to try out. |
Show » |
| There are no comments yet on this issue.
|
|