Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/mosa/MOSA-Project into 51…
Browse files Browse the repository at this point in the history
…1-safepoints

# Conflicts:
#	Source/Mosa.Compiler.Framework/Stages/SafePointStage.cs
  • Loading branch information
tgiphil committed Dec 1, 2024
1 parent 187caab commit 807de8d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Mosa.Compiler.Framework/Stages/SafePointStage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ namespace Mosa.Compiler.Framework.Stages;

// TODO:
// 1. Analyze method and determine:
<<<<<<< HEAD
// A. Determine if method contains any references to objects, or have any managed pointers
=======
// A. Determine if method contain any refernces to objects, or have any managed pointers
>>>>>>> d95db0ac4b68e28fc2e97b50da5bb5aebe7dabce
// B. Determine start/end ranges of objects and managed pointers on the local stack and parameters
// C. Place SafePoint at:
// i. Method prologue
Expand Down

0 comments on commit 807de8d

Please sign in to comment.