Generate assembly listing on compile
Open
Component: Compilation
Component: Core
feature request
- Dominant language
- Java
- Stars
- 14.6k
- Forks
- 7k
- PR merge metrics
- No merged PRs in 30d
Description
I noted that Wayne Holder's ATTiny10IDE generates an assembly listing on build which helps identify any latency such as from a timer interrupt until the first actual line of code is executed such as in Paul Stoffregen's FreqCount library - including such a feature would be helpful for myself and other programmers.
Contributor guide
Research direction
Start by tracing the Arduino IDE 1.x build flow and how compiler output is handled during a build. Determine where an assembly listing could be generated and exposed, then verify that a completed build makes the listing available for inspecting interrupt-to-code latency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100