Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0b4
Issue ID
995136
Regression
No
[IL2CPP] [macOS] Equality checking with 'ReferenceEquals' and '==' is faster using Mono
Reproduction steps:
1. Open the attached project.
2. Build the 'Test' scene as macOS Standalone using IL2CPP.
3. Open the Build and wait for calculations to finish.
- Notification should change from 'Total millis: 0' to 'Total millis: 'XXXXX'' after about 5-30 seconds.
4. Remeber the results.
5. Repeat steps 2-4 using Mono.
6. Compare the results.
Actual behavior:
- Mono takes more time to check equality
- Il2CPP macOS Standalone - 15617
- Mono macOS Standalone - 6392
Expected result:
- IL2CPP calculation time is faster or equal to Mono.
Note:
- Equality checks can be chosen in lines 34 or 35 of 'Test' script.
- Results using iOS device are quite similar:
= IL2CPP iOS - 26644
= Mono iOS - 26863
Reproduced with:
- 2018.1.0b12, 2018.2.0a6
- 2017.3 or older Unity versions doesn't have the IL2CPP option.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "[Header]" attribute is misaligned when placed before an InputActionProperty field
- Crash on DynamicHeapAllocator::CreateTLSFBlock when opening a specific project
- Scene flickers when using Mesh Output with SpriteLit Shader in 2D project
- “Cache Management” text is misaligned in Preferences > Package Manager
- [macOS] network permission shows the name of previously closed app when different app requests network access
Add comment