bitwise012: Fix typo

This commit is contained in:
Matt Mascarenhas 2018-04-13 04:49:44 +01:00
parent 16e87d239a
commit b3250c74b3
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
[1:00:22][Toggle off the :"code generation" part of ion_compile_file()]
[1:00:31][:Run it to see that this takes ~4 seconds][:performance]
[1:01:23][Determine to ignore the C :"code generation" :performance for now, and rather remove the temporary allocations for the stretchy buffers][:memory :optimisation :speech]
[1:02:47][:Consult the profile with ion_compile_file() only performing the :parsing, to see where buf__grow() creates a :performance hotspot]
[1:02:47][Consult the profile with ion_compile_file() only performing the :parsing, to see where buf__grow() creates a :performance hotspot]
[1:05:24][Introduce temp_alloc() to do arena-style :memory allocation for buf__grow() to call][:optimisation]
[1:13:29][Relieve buf__grow() of calling realloc()][:memory]
[1:16:07][:Run it to see that it all actually works][:"code generation" :memory :parsing]