0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-01 17:48:56 +02:00

ircd::ctx: Truncate comment; explain why interposition was made. [ci skip]

This commit is contained in:
Jason Volk 2022-06-25 23:53:27 -07:00
parent 45effc15d8
commit 55f83976d6

View file

@ -8,13 +8,9 @@
// copyright notice and this permission notice is present in all copies. The
// full license for this software is available in the LICENSE file.
// This unit contains customization and experimentation for the core context
// switching routines. First note that everything here is platform-specific
// and not implemented on all platforms. Furthermore, boost::context functions
// overriden here are also overriden for the entire address space; if other
// libraries use boost::context our code will hook their context switches
// which we might not want. All of this must be considered to build or change
// any functionality from here.
//
// This context switch is smaller than asio's and fits in a single iline
//
#include <ircd/config.h>
#if defined(__x86_64__) && defined(__ELF__)