• hlopko's avatar
    Introduce api for incremental wrapper tracing · 0f934866
    hlopko authored
    This cl sketches an api for incremental wrapper tracing, but still uses the api
    in the stop-the-world fashion. Responsibility to maintain a marking deque is
    transfered to the embedder. V8 will still collect wrapper internal fields, but
    will send them to the embedder after each incremental gc task. Wrappers must be
    sent at latest by the time next oilpan gc runs - so blink can keep all
    discovered wrappables alive.
    
    The old api will be cleared after this cl and corresponding blink cl land.
    
    Comments are very welcomed :)
    
    LOG=no
    BUG=468240
    
    Review-Url: https://codereview.chromium.org/2032213003
    Cr-Commit-Position: refs/heads/master@{#36761}
    0f934866
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...