Thanks to visit codestin.com
Credit goes to github.com

Skip to content

yongqinglu/somr

Repository files navigation

SOM++ based on 32bit omr. Let's call this project as SOMR( SOM+OMR).

To make it work , following instructions could do help.

#build the omr firstly.
make omr

#clean the omr
make omrclean

#build the som++
make 

#clean the som++
make clean

#build the omr and som++ together. 
make somrall

#Clean the omr and som++
make somrallclean

#Run the SOM
./somr -cp Smalltalk Examples/Hello/Hello.som
./somr -cp Smalltalk Examples/Benchmarks/Sum.som

About

som++ on omr32.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published