The Wayback Machine - https://web.archive.org/web/20211116040212/https://github.com/osa1
Skip to content
Avatar

Achievements

Achievements

Highlights

  • 1 discussion answered

Organizations

@ghc @iu-parfunc @ozusrl @kframework @hstorrent @wonks @neovimhaskell @haskell-perf @hslua
Block or Report

Block or report osa1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. tiny Public

    A terminal IRC client

    Rust 678 32

  2. sg Public

    A syntax-aware grep-like code search tool

    Rust 32

  3. wasmrun Public

    [WIP] A Wasm interpreter with debugging and inspection capabilities

    Rust 5 1

  4. mincaml Public

    A MinCaml compiler implemented in Rust

    Rust 20 1

  5. lexgen Public

    A fully-featured lexer generator, implement as a proc macro

    Rust 24 2

  6. parsegen Public

    An LR parser generator, implemented as a proc macro

    Rust 4

1,588 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri

Contribution activity

November 2021

Created 2 repositories

Created a pull request in dfinity/motoko that received 12 comments

Make mark-compact the default collector, improve scheduling

This PR makes mark-compact the default GC strategy and improves GC scheduling. New flag --copying-gc added to enable copying GC. --compacting-gc is…

+44 −32 12 comments
Reviewed 3 pull requests in 2 repositories

Created an issue in dfinity/motoko that received 3 comments

Stack allocations in generated code does not check bounds

In the generated code we currently allocate on C/Rust stack in a few places, mainly for serialization. Stack allocation routines are implemented here

3 comments
6 contributions in private repositories Nov 9 – Nov 10