[Bug translator/10837] New: delete should be an expression
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Sat Oct 24 00:07:00 GMT 2009
When saving values in a global array for later, it's a common idiom that the
later part simply does "value = foo[i]; delete foo[i]". It would be neat if
this could be "value = delete foo[i]". This should also be more efficient to
look into the map only once.
--
Summary: delete should be an expression
Product: systemtap
Version: unspecified
Status: NEW
Severity: enhancement
Priority: P2
Component: translator
AssignedTo: systemtap at sources dot redhat dot com
ReportedBy: jistone at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10837
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Systemtap
mailing list