Skip to content

Commit

Permalink
Local var scoping for release with debug (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Jan 13, 2022
1 parent b4c5a4f commit 04cd0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pyjion/jitinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -1341,8 +1341,8 @@ class CorJitInfo : public ICorJitInfo, public JittedCode {
// of unmentioned vars is entire method
) override {
*cVars = 0;
*vars = {};// Explore how/where these could be used?
*extendOthers = false;
*vars = {}; // Explore how/where these could be used?
*extendOthers = true;
}

// Report back to the EE the location of every variable.
Expand Down

0 comments on commit 04cd0a0

Please sign in to comment.