• Jayaram Bobba's avatar
    Minor bug fix in function outlining (#1056) · 5203a301
    Jayaram Bobba authored
    * Move to depth-first serialization of graph for better cache behavior
    
    * Added comment
    
    * Force 64 byte stack alignment to avoid crashes from unaligned AVX loads/stores
    
    * Revert "Force 64 byte stack alignment to avoid crashes from unaligned AVX loads/stores"
    
    This reverts commit 84346420fbd0fbd5d05a4a1e8f5fae12bdc7348b.
    
    * revert to breadth-first serialization
    5203a301
cpu_external_function.cpp 53.2 KB