Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.51 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.51 KB

Joy1

Build Linux Coverity
status GitHub CI build status Coverity Scan Build Status

This is the BDW version of Joy.

Build instructions

rm -rf build
mkdir build
cd build
cmake -G "Unix Makefiles" ..
cmake --build .

Build with MSVC

Install BDW in subdirectory gc-8.2.8

cmake --build . --config Release
copy Release\joy.exe

Running

joy -h

gives an overview of available options.

See also

Implementation Dependencies
42minjoy
joy0
Joy
Foy BDW garbage collector
Moy BDW garbage collector and Lex & Yacc
Documentation
Legacy Docs
User Manual
Comparison (PDF)
Maintenance Manual (PDF)