• Marius Wachtler's avatar
    Generate better module names to make the object cache more effective · e6407eea
    Marius Wachtler authored
    one of the problems were that depending on if all files were all ready parsed we JITed more or less functions,
    this changed the total number of jited functions which changed all the module names.
    This lead to the result that in order to have all entries inside the cache we needed at least 3runs if the pyc files were old.
    
    The whole name scheme should add some point get improved but for now it should be enough.
    e6407eea
irgen.cpp 47.9 KB