-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into wasi_testing
- Loading branch information
Showing
103 changed files
with
1,707 additions
and
570 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
|
||
|
||
#include "common.h" | ||
|
||
#if defined(FEATURE_SVR_GC) | ||
|
||
#include "gcenv.h" | ||
|
||
#include "gc.h" | ||
#include "gcscan.h" | ||
#include "gchandletableimpl.h" | ||
#include "gceventstatus.h" | ||
|
||
#define SERVER_GC 1 | ||
|
||
|
||
namespace SVR { | ||
#include "gcimpl.h" | ||
#include "gcee.cpp" | ||
} | ||
|
||
#endif // FEATURE_SVR_GC |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,8 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
|
||
|
||
#include "common.h" | ||
|
||
#include "gcenv.h" | ||
|
||
#include "gc.h" | ||
#include "gcscan.h" | ||
#include "gchandletableimpl.h" | ||
#include "gceventstatus.h" | ||
|
||
#ifdef SERVER_GC | ||
#undef SERVER_GC | ||
#endif | ||
|
||
namespace WKS { | ||
#include "gcimpl.h" | ||
#include "gcee.cpp" | ||
} | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,7 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
|
||
|
||
#include "common.h" | ||
|
||
#if defined(FEATURE_SVR_GC) | ||
|
||
#include "gcenv.h" | ||
|
||
#include "gc.h" | ||
#include "gcscan.h" | ||
#include "gcdesc.h" | ||
#include "softwarewritewatch.h" | ||
#include "handletable.h" | ||
#include "handletable.inl" | ||
#include "gcenv.inl" | ||
#include "gceventstatus.h" | ||
|
||
#ifdef FEATURE_SVR_GC | ||
#define SERVER_GC 1 | ||
|
||
#ifdef TARGET_AMD64 | ||
#include "vxsort/do_vxsort.h" | ||
#endif | ||
|
||
namespace SVR { | ||
#include "gcimpl.h" | ||
#include "gc.cpp" | ||
} | ||
|
||
#endif // defined(FEATURE_SVR_GC) | ||
#endif // FEATURE_SVR_GC |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,8 @@ | ||
// Licensed to the .NET Foundation under one or more agreements. | ||
// The .NET Foundation licenses this file to you under the MIT license. | ||
|
||
|
||
|
||
#include "common.h" | ||
|
||
#include "gcenv.h" | ||
|
||
#include "gc.h" | ||
#include "gcscan.h" | ||
#include "gcdesc.h" | ||
#include "softwarewritewatch.h" | ||
#include "handletable.h" | ||
#include "handletable.inl" | ||
#include "gcenv.inl" | ||
#include "gceventstatus.h" | ||
|
||
#ifdef SERVER_GC | ||
#undef SERVER_GC | ||
#endif | ||
|
||
#ifdef TARGET_AMD64 | ||
#include "vxsort/do_vxsort.h" | ||
#endif | ||
|
||
namespace WKS { | ||
#include "gcimpl.h" | ||
#include "gc.cpp" | ||
} | ||
|
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.