Giter Club home page Giter Club logo

csc431's Introduction

The solution file csharp/CSC431.sln can be compiled either using Visual Studio
2010 on a lab computer or using the xbuild command from Mono
(http://www.mono-project.com/).  You will need Mono 2.8 or higher.

The compiler exe should be placed at csharp/CSC431/bin/Debug/CSC431.exe.  It can
be run with this command:
  mono --runtime=v4.0.30319 CSC431.exe
The lower caseness of the v is important. 

By default it will read a program from standard in.  You can also provide a file
name as an argument.  Add --help  to see a list of command line arguments.

To quickly compile all the benchmarks, run the CompileAllBenchmarks program.
The working directory has to be the Debug folder in which the program is placed,
as it looks for the benchmark directory reltive to the currect directory.

  cd csharp/CompileAllBenchmarks/bin/Debug
  mono --runtime=v4.0.30319 CompileAllBenchmarks.exe

A compiled version of each benchmark is already included both with and without
optimizations as code.s and noopt.s in each benchmark folder, respectivly.

Compiling with LLVM will only work on Windows and the generated LLVM bitcode
only translates correctly on x86 or x64.


Third Party Code
----------------

We use the NDesk.Options library, in NDesk.Options.cs, to parse command line
arguments.

csc431's People

Contributors

austinwise avatar

Stargazers

 avatar

Watchers

 avatar  avatar James Cloos avatar  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.