News

  • 2023/03/20
  • NEWS

Product Version Update Information (SharedVariableChecker2)

Thank you for using Gaio Technology products.
The following Product Update has taken place.

Update Information

[Product name] SharedVariableChecker2
[Product Version] V3.0
[Release Date] 2022/3/20 (Mon)

Update Contents

Added Functions

• Added a function to extract variables with conflict between cores according to the indicated rules.
–In accordance with Rules A to D, Conflicting Variables can now be extracted.
A: External Variables written from multiple cores
B: External Variables written to by a specified core, then read multiple times by other cores.
C: External Variables written to by a specified core, then read from and written to by other cores.
D: External Variables written to by a specified core, then written to multiple times by other cores.

• Added a function to automatically detect and register unnecessary Function Calls.
–All Function Calls within a specified Top Function are analyzed and functions that are never called are registered as unnecessary and excluded from the Call Tree analysis. This allows for faster and more accurate analysis.

Function Improvement

• Improved Report Output Contents
–Added the Reason for Pointer Connection to the Pointer Connection Information for Functions and Variables.
This improvement allows verification of the Pointer Connection Certainty.