WIP - VEFontCahe: More progress on optimizing codepaths with SOA

This commit is contained in:
2025-01-01 22:11:41 -05:00
parent dd1752f84b
commit 4adbfaa9fd
11 changed files with 251 additions and 283 deletions

View File

@ -31,3 +31,4 @@ profile_begin :: #force_inline proc "contextless" ( name : string, loc := #calle
profile_end :: #force_inline proc "contextless" () {
spall._buffer_end( & Module_Context.ctx, & Module_Context.buffer)
}