• mlippautz's avatar
    [GC] Align behavior of JSProxy with JSObject when embedded in optimized code · a039ff29
    mlippautz authored
    With --harmony-proxies enabled, embedded pointers in optimized code can point to
    a JSProxy (via a cell). Since JSProxy can morph into JSObject we need to align
    the expectations of weak vs strong refs.
    
    With this patch we also treat JSPRoxy as weak ref (like JSObject) and therefore
    properly record a dependency on it, so that once the cell pointing to it becomes
    unreachable we deoptimize the corresponding code.
    
    BUG=v8:4359
    LOG=N
    
    Review URL: https://codereview.chromium.org/1270393003
    
    Cr-Commit-Position: refs/heads/master@{#30067}
    a039ff29
objects-inl.h 210 KB