• Benedikt Meurer's avatar
    [cleanup] Remove a lot of dead intrinsics/runtime functions. · 44c24bf8
    Benedikt Meurer authored
    The following runtime functions (and their intrinsic counter parts) are
    completely unused/obsolete by now
    
      - %ToInteger
      - %GeneratorGetInputOrDebugPos
    
    and in addition the intrinsics for %_ToNumber and %_IsJSProxy are also
    dead (according to code coverage and manual verification), so drop them
    as well (their runtime function counterparts are still somewhat used).
    
    Bug: v8:8015
    Change-Id: I60d53762dd9717fb43de38cb490b46676c467212
    Reviewed-on: https://chromium-review.googlesource.com/1235923Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#56076}
    44c24bf8
Name
Last commit
Last update
..
bytecode_expectations Loading commit data...
bytecode-expectations-printer.cc Loading commit data...
bytecode-expectations-printer.h Loading commit data...
generate-bytecode-expectations.cc Loading commit data...
interpreter-tester.cc Loading commit data...
interpreter-tester.h Loading commit data...
source-position-matcher.cc Loading commit data...
source-position-matcher.h Loading commit data...
test-bytecode-generator.cc Loading commit data...
test-interpreter-intrinsics.cc Loading commit data...
test-interpreter.cc Loading commit data...
test-source-positions.cc Loading commit data...