Skip to content

Commit 1468340

Browse files
committed
[unity]增加得确保使用BOEHM GC的说明
1 parent 130d8be commit 1468340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unity/Assets/core/upm/Editor/Resources/puerts/xil2cpp/Puerts_il2cpp.cpp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include <mutex>
3535
#include <map>
3636

37-
// Because we need to hold the pointer, we must ensure that GC does not do memory reorganization.
37+
// Because we need to hold the C# object pointer, we must ensure that GC does not do memory reorganization.
3838
static_assert(IL2CPP_GC_BOEHM, "Only BOEHM GC supported!");
3939

4040
using namespace il2cpp::vm;

0 commit comments

Comments
 (0)