BEGIN:VCALENDAR
VERSION:2.0
PRODID:Linklings LLC
BEGIN:VTIMEZONE
TZID:America/New_York
X-LIC-LOCATION:America/New_York
BEGIN:DAYLIGHT
TZOFFSETFROM:-0500
TZOFFSETTO:-0400
TZNAME:EDT
DTSTART:19700308T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=2SU
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:-0400
TZOFFSETTO:-0500
TZNAME:EST
DTSTART:19701101T020000
RRULE:FREQ=YEARLY;BYMONTH=11;BYDAY=1SU
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
DTSTAMP:20210402T160049Z
LOCATION:Track 3
DTSTART;TZID=America/New_York:20201117T133000
DTEND;TZID=America/New_York:20201117T140000
UID:submissions.supercomputing.org_SC20_sess141_pap278@linklings.com
SUMMARY:Zerospy: Exploring Software Inefficiency with Redundant Zeros
DESCRIPTION:Paper\n\nZerospy: Exploring Software Inefficiency with Redunda
 nt Zeros\n\nYou, Yang, Luan, Qian, Liu\n\nRedundant zeros cause inefficien
 cies in which the zero values are loaded and computed repeatedly, resultin
 g in unnecessary memory traffic and identity computation that waste memory
  bandwidth and CPU resources. Optimizing compilers is difficult in elimina
 ting these zero-related inefficiencies due to limitations in static analys
 is. Hardware approaches, in contrast, optimize inefficiencies without code
  modification, but are not widely adopted in commodity processors. In this
  paper, we propose ZeroSpy: a fine-grained profiler to identify redundant 
 zeros caused by both inappropriate use of data structures and useless comp
 utation. ZeroSpy also provides intuitive optimization guidance by revealin
 g the locations where the redundant zeros happen in source lines and calli
 ng contexts. The experimental results demonstrate ZeroSpy is capable of id
 entifying redundant zeros in programs that have been highly optimized for 
 years. Based on the optimization guidance revealed by ZeroSpy, we can achi
 eve significant speedups after eliminating redundant zeros.\n\nTag: Graph 
 Algorithms, Performance/Productivity Measurement and Evaluation\n\nRegistr
 ation Category: Tech Program Reg Pass
END:VEVENT
END:VCALENDAR

