|
source |
all versions |
oilshell.org
Oil 0.15.0 Quality
2023-05-03
This is a supplement to the main release page.
Test Results
Spec Tests
Other Primary Suites
More
Benchmarks
- Parser. How fast does OSH
parse compared to other shells?
- Runtime. How fast does OSH run shell
scripts?
- Compute. How fast does OSH run small programs
without I/O?
- Build. How long does it take for end users to
build Oil? How big is the resulting binary?
- Virtual Memory Baseline. How much memory do
shells use at startup?
- mycpp. Compares Python and generated C++
on small examples.
- Memory Management Overhead. How much time do we spend managing memory,
compared with the shell interpreter?
Metrics
- Lines of source, counted in different ways:
- overview. The whole Oil repo organized by
type of source file.
- for-translation.
An overview of the "compiler engineer" project.
- osh-cloc. OSH and common
libraries, as measured by the cloc tool.
- Generated C++ code
Source Code
These files may help you understand how Oil is implemented, i.e. with
domain-specific languages and code generation.
Also see the oilshell/oil repository.
Old
These links describe the CPython / "OVM" build, which should become
the "experimental" version of Oil.
OPy / OVM Metrics
- Lines of dependencies:
- pydeps. Oil code plus the Python
standard library.
- nativedeps. Oil code plus a
slice of CPython.
- Bytecode Metrics
- OVM / CPython
- overview - An analysis of GCC's
compilation of OVM (a subset of CPython). Bloaty provides the
underlying data.
- cpython-defs/overview - We try to
ship as little of CPython as possible, and this is what's left.
Generated on Wed May 3 15:38:09 EDT 2023