summaryrefslogtreecommitdiff
path: root/src/vm/jitinterfacegen.cpp
diff options
context:
space:
mode:
authorAustin Wise <AustinWise@gmail.com>2018-10-07 20:16:45 -0700
committerJan Kotas <jkotas@microsoft.com>2018-10-07 20:16:45 -0700
commite57c4fb8ff2346d5420247183b9af2b83184516c (patch)
tree886b1626e74b7e8c05b7f59197431160ba9bafa0 /src/vm/jitinterfacegen.cpp
parenteeef1c1379b9f49261f66093b355ac8c12e47485 (diff)
downloadcoreclr-e57c4fb8ff2346d5420247183b9af2b83184516c.tar.gz
coreclr-e57c4fb8ff2346d5420247183b9af2b83184516c.tar.bz2
coreclr-e57c4fb8ff2346d5420247183b9af2b83184516c.zip
Remove mention of rotor from comments (#20297)
* Remove old reference to Rotor in documentation. All remaining references relate to rotor's role in CoreCLR history. * Remove rotor comment from enummem.cpp. I can find no evidence that the presence of g_pStressLog is conditional on FEATURE_PAL being defined. * Remove old todo, DbgDllMain looks for thread detach. * Update nativepipeline.h comment refernce to rotor. All unix-like systems except android have FEATURE_DBGIPC_TRANSPORT_DI defined, hence "most unix-like platforms". * Update some comments to not refer to Rotor. * Remove some more references to Rotor from comments. * Remove old comment. Though maybe this macro should be removed and everywhere use the & operator. It appears there are only two places that use this macro.
Diffstat (limited to 'src/vm/jitinterfacegen.cpp')
-rw-r--r--src/vm/jitinterfacegen.cpp10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/vm/jitinterfacegen.cpp b/src/vm/jitinterfacegen.cpp
index b630e7f998..f86011d3ef 100644
--- a/src/vm/jitinterfacegen.cpp
+++ b/src/vm/jitinterfacegen.cpp
@@ -1,18 +1,14 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
+
// ===========================================================================
// File: JITinterfaceGen.CPP
//
-
+// This contains the AMD64 version of InitJITHelpers1().
+//
// ===========================================================================
-// This contains generic C versions of some of the routines
-// required by JITinterface.cpp. They are modeled after
-// X86 specific routines found in JIThelp.asm or JITinterfaceX86.cpp
-// More and more we're making AMD64 and IA64 specific versions of
-// the helpers as well, JitInterfaceGen.cpp sticks around for rotor...
-
#include "common.h"
#include "clrtypes.h"