UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMConservativeStackExitFrame.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#if WITH_VERSE_VM || defined(__INTELLISENSE__)
6
7
#include <setjmp.h>
8
9
namespace
Verse
10
{
11
struct
FConservativeStackEntryFrame
;
12
13
struct
FConservativeStackExitFrame
14
{
15
FConservativeStackEntryFrame
*
EntryFrame
;
16
};
17
18
// FIXME: The way that this should really work is that the ExitConservativeStack function is written in assembly
19
// and saves all callee-save GPRs but only restores the ones it actually touched. That will be much cheaper than
20
// calling setjmp!
21
struct
FConservativeStackExitFrameWithJmpBuf
:
FConservativeStackExitFrame
22
{
23
jmp_buf
JmpBuf
;
24
};
25
26
}
// namespace Verse
27
#endif
// WITH_VERSE_VM
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
Verse
Definition
Archive.h:36
Engine
Source
Runtime
CoreUObject
Public
VerseVM
VVMConservativeStackExitFrame.h
Generated by
1.9.8