Ticket #180 (new defect)

Opened 4 years ago

Last modified 2 years ago

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

Changed 2 years ago by scoder

Also see #177, #180, #340.

Note: See TracTickets for help on using tickets.