Chinmay Garde
                                            Chinmay Garde
                                        
                                    cc @bdero. Also [the Mali offline compiler is a shader static analyzer](https://www.youtube.com/watch?v=zEybNlwd7SI&list=PLKjl7IFAwc4QUTejaX2vpIwXstbgf8Ik7&index=15) that could perhaps give us more information on how we are doing adhering to these best practices.
We have malioc running now.
The [discussion on `[NSBundle bundleWithIdentifier:]](https://developer.apple.com/documentation/foundation/nsbundle/1411929-bundlewithidentifier?language=objc)` has a section on performance implications of this call and suggests alternatives. Specifically: ``` As an optimization, you can use the bundleWithPath: or bundleWithURL: method...
Completed in https://github.com/flutter/engine/pull/40603
@jonahwilliams I believe you already addressed this. AFAICT in https://github.com/flutter/engine/pull/36227. Is that correct? Can we close this now?
cc @iskakaushik WDYT?
@iskakaushik Are you still working on this? Feel free to unassign yourself if not. I can take a closer look at this too.
@iskakaushik Just catching up on old issues. Are there any blockers to doing this and removing the Vulkan opt-in on the host unit-tests?
This is fixed.