• verwaest's avatar
    Use a dictionary-mode code cache on the map rather than a dual system. · d2eb555e
    verwaest authored
    The previous code cache system required stubs to be marked with a StubType, causing them to be inserted either into a fixed array or into a dictionary-mode code cache. This could cause names to be in both cases, and lookup would just find the "fast" one first. Given that we clear out the caches on each GC, the memory overhead shouldn't be too bad. Additionally, the dictionary itself should just stay linear for small arrays; that's faster anyway.
    
    This CL additionally deletes some dead IC code.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1846963002
    
    Cr-Commit-Position: refs/heads/master@{#35291}
    d2eb555e
Name
Last commit
Last update
..
libplatform Loading commit data...
OWNERS Loading commit data...
v8-debug.h Loading commit data...
v8-experimental.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-testing.h Loading commit data...
v8-util.h Loading commit data...
v8-version.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...