• Lei Wang's avatar
    [Refactor] Remove debug message in pass legalize_safe_memory_access (#381) · ad465a72
    Lei Wang authored
    * Update legalize_safe_memory_access.cc
    
    * Add cache path handling and file locking in Cython adapter
    
    - Introduced a new cache path based on the code hash for the Cython JIT adapter, enhancing cache management.
    - Added a lock file mechanism to ensure safe access during cache operations, improving concurrency handling.
    - These changes aim to optimize the compilation process and prevent race conditions during library loading.
    
    * lint fix
    ad465a72
legalize_safe_memory_access.cc 9.64 KB