You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to upload some local updates such as storing values in StitchedArray of generic type instead of pointers to heap. This feature can allow storing pointers to heap so arrays are as efficient as possible (arrays of char types) but inherently can reduce indirection.
Multiple optimizations need to be performed but need to check llvm assembly dump to ensure value promotion and LICM doesn't already optimize future efforts.
The text was updated successfully, but these errors were encountered:
Need to upload some local updates such as storing values in StitchedArray of generic type instead of pointers to heap. This feature can allow storing pointers to heap so arrays are as efficient as possible (arrays of char types) but inherently can reduce indirection.
Multiple optimizations need to be performed but need to check llvm assembly dump to ensure value promotion and LICM doesn't already optimize future efforts.
The text was updated successfully, but these errors were encountered: