You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Structs: Do not mark "Hidden buffer pointer" as address-exposed (#64130)
* Preliminary changes
* Add the missing push of ssadef
* Fix an issue for call tree cloning
* formatting
* minor review comments incorporation
* Make GT_CALL as full-def
* Merge RenameCall into RenameDef
* Fix DefinesLocalAddr and lateuse arg
* Minor comments
* fix the recently added code to account that GT_CALL can also have defintion:
* clone the return buffer arg
* Another round of review comments
* Handle return buffer calls in optIsVarAssgCB
* Update locals defined by calls in NodeInfo
* Fix a case where arg can be putarg
* Restructure the cases in GetLclRetBufArgNode()
* move ivaMaskCall outside the condition
* Add back to call for DoNotEnregister which was missed for Release builds
* Retrieve the appropriate node in case of copyReload
* Added an assert
* remove assert and add comment
Copy file name to clipboardExpand all lines: src/coreclr/jit/clrjit.natvis
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -39,26 +39,26 @@ Documentation for VS debugger format specifiers: https://docs.microsoft.com/en-u
@@ -77,11 +77,11 @@ Documentation for VS debugger format specifiers: https://docs.microsoft.com/en-u
0 commit comments