Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions src/mono/mono/mini/interp/interp-internals.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,7 @@ struct InterpMethod {
MonoType **param_types;
MonoJitInfo *jinfo;

// This doesn't include the size of stack locals
guint32 total_locals_size;
// The size of locals that map to the execution stack
guint32 stack_size;
guint32 locals_size;
guint32 alloca_size;
int num_clauses; // clauses
int transformed; // boolean
Expand Down
Loading