This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Added conditional around AggressiveInlining
pull/46/head
Anairkoen Schno
4 years ago
parent
fefd489dcc
commit
5ca4d323fe
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
IPA.Loader/Config/Stores/GeneratedStoreImpl/Utility.cs
+ 2
- 0
IPA.Loader/Config/Stores/GeneratedStoreImpl/Utility.cs
View File
@ -54,7 +54,9 @@ namespace IPA.Config.Stores
Local
=
builder
;
}
#if NET4
[MethodImpl(MethodImplOptions.AggressiveInlining)]
#endif
public
static
implicit
operator
LocalBuilder
(
AllocatedLocal
loc
)
=
>
loc
.
Local
;
public
void
Dealloc
(
)
=
>
allocator
.
Deallocate
(
this
)
;
Write
Preview
Loading…
Cancel
Save