-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Merge pull request #4731 from leirocks:dpcmaster Previously there's leak because dynamic profile info is pinned and causes two roots(another is global function body) on a ring. The fix is to use a heap allocated structure to save the information to dump to dynamic profile cache. The fix missed a scenario the while loading from cache, it didn't save to the heap allocated dynamicProfileInfoMap, and later some function is inlined, cause the info is missed while saving to the cache file, causes the cache file mismatch with the script code
- Loading branch information
Showing
7 changed files
with
90 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.