irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers

  • 所有者: mraleph/irhydra
  • 平台:
  • 許可證: Apache License 2.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

IRHydra is an in-browser tool that can display V8 and Dart VM compilation
artifacts (namely intermediate representations and native code) dumped during
optimization.

Features

See this and this posts for description of the most important features.

Hosted versions

IRHydra

IRHydra2, requires V8 ≥ 3.24.39.

Running Locally

IRHydra is written in Dart the easiest way to run it is to download full Dart bundle and use Dart Editor.

Detailed information about Dart development can be found in the Dart: Up and Running.

Prerequisites

Dart Editor Workflow

Launch Editor, open IRHydra folder via File > Open Existing Folder, right click web/index.html and select Run in Dartium.

Dartium Workflow

Requires Dart SDK and Dartium.

$ cd irhydra
# Get all dependencies
$ pub get
# Serve root
$ pub serve
$ DART_FLAGS="--checked" dart/chromium/chrome --enable-experimental-webkit-features --enable-devtools-experiments http://localhost:8000/web/index.html

JavaScript Workflow

Requires Dart SDK.

$ cd irhydra
# Get all dependencies
$ pub get
# Serve dart2js compiled IRHydra at http://localhost:8080/
# It will be recompiled when needed.
$ pub serve

or

# Build IRHydra for deployment. Result is in build/
$ pub build

主要指標

概覽
名稱與所有者mraleph/irhydra
主編程語言JavaScript
編程語言Dart (語言數: 5)
平台
許可證Apache License 2.0
所有者活动
創建於2014-02-11 18:19:44
推送於2018-02-07 11:17:38
最后一次提交2018-02-07 12:17:22
發布數0
用户参与
星數435
關注者數30
派生數32
提交數254
已啟用問題?
問題數47
打開的問題數22
拉請求數8
打開的拉請求數0
關閉的拉請求數4
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?