Ticket #180 (new defect)
Optimize buffer assignments
| Reported by: | dagss | Owned by: | somebody |
|---|---|---|---|
| Priority: | minor | Milestone: | wishlist |
| Component: | Optimization | Keywords: | numerics |
| Cc: |
Description
If both x and y are buffers, and you do x = y; currently a full buffer release/acquire is done. However the buffer typestring etc. on y is already checked, so it would be possible to move part of this operation to compile-time.
Change History
Note: See
TracTickets for help on using
tickets.
