1
0
mirror of https://github.com/fadden/6502bench.git synced 2026-04-25 05:22:03 +00:00

Update comments

This commit is contained in:
Andy McFadden
2019-04-27 14:31:28 -07:00
parent ab590c5a2a
commit 823aa072fb
4 changed files with 20 additions and 10 deletions
+6
View File
@@ -581,6 +581,12 @@ namespace SourceGen {
// AnalyzeUncategorizedData=false reveals that most of the time is spent in
// the caller, identifying the regions, so a significant improvement here won't
// have much impact on the user experience.
//
// Vague idea: figure out how to re-use the results from the previous analysis
// pass. At a superficial level we can cache the result of calling here with a
// particular (start, end) pair. At a higher level we may be able to avoid
// the search for uncategorized data, certainly at the bank level, possibly within
// a bank.
mDebugLog.LogI("Analyzing [+" + start.ToString("x6") + ",+" + end.ToString("x6") +"]");