GithubHelp home page GithubHelp logo

alexxnica / irhydra Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mraleph/irhydra

0.0 1.0 0.0 3.64 MB

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

License: Apache License 2.0

Dart 30.36% HTML 2.48% CSS 1.58% JavaScript 47.36% Assembly 18.22%

irhydra's Introduction

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

irhydra's People

Contributors

mraleph avatar twokul avatar brendankenny avatar waywardmonkeys avatar paulfryzel avatar paulirish avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.