1. 19 Feb, 2019 1 commit
  2. 24 Oct, 2017 1 commit
  3. 30 May, 2016 1 commit
  4. 28 Apr, 2016 1 commit
    • lpy's avatar
      Dump C++ symbols and merge into v8 log. · aff44193
      lpy authored
      Currently we already have tools to extract C++ symbols of d8, and output the
      statistics result. This patch creates two scripts, one is to use exsisting tools
      to extract C++ symbols and dump to output, the other collects all symbols and
      merges them into v8 log. The format of C++ symbols in v8 log is:
      
      cpp,start_address,size,symbol_name
      
      BUG=v8:4906
      LOG=n
      
      Review-Url: https://codereview.chromium.org/1884493003
      Cr-Commit-Position: refs/heads/master@{#35841}
      aff44193