Skip to content

Commit 347ca7e

Browse files
authored
Update README and new performance baseline for yuria4 (#244)
2 parents 7f571b8 + 899046f commit 347ca7e

1 file changed

Lines changed: 3 additions & 13 deletions

File tree

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ TruffleSOM - The Simple Object Machine Smalltalk implemented using the Truffle F
44
Introduction
55
------------
66

7-
This is the repository for TruffleSOM, an implementation of the Simple Object
7+
TruffleSOM is an implementation of the Simple Object
88
Machine (SOM). SOM is a minimal Smalltalk dialect that was used to teach VM
99
construction at the [Hasso Plattner Institute][SOM]. It was originally built at
1010
the University of Århus (Denmark) where it was used for teaching and as the
@@ -54,11 +54,12 @@ A simple Hello World program is executed with:
5454
./som -G -cp Smalltalk Examples/Hello.som
5555

5656
To work on TruffleSOM, mx can generate project definitions for
57-
Eclipse, IntelliJ, and NetBeans. Chose the one you prefer:
57+
Eclipse, IntelliJ, NetBeans, and VS Code. Chose the one you prefer:
5858

5959
mx eclipseinit
6060
mx intellijinit
6161
mx netbeansinit
62+
mx vscodeinit
6263

6364
TruffleSOM uses the Graal compiler to reach state-of-the-art performance.
6465
To use it, we need to compile it together with TruffleSOM:
@@ -80,17 +81,6 @@ Build Status
8081
Thanks to GitHub Actions, all commits of this repository are tested.
8182
The current build status is: ![Build Status](https://github.com/SOM-st/TruffleSOM/actions/workflows/ci.yml/badge.svg)
8283

83-
YourKit
84-
------------
85-
This Project makes use of the Yourkit profiler to help find performance bugs and aid in our research of profilers.
86-
87-
YourKit supports open source projects with innovative and intelligent tools
88-
for monitoring and profiling Java and .NET applications.
89-
YourKit is the creator of <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler</a>,
90-
<a href="https://www.yourkit.com/dotnet-profiler/features/">YourKit .NET Profiler</a>,
91-
and <a href="https://www.yourkit.com/youmonitor/download/">YourKit YouMonitor</a>.
92-
93-
![Yourkit Logo](https://www.yourkit.com/images/yklogo.png)
9484

9585
[SOM]: https://www.hpi.uni-potsdam.de/hirschfeld/projects/som/
9686
[SOMst]: https://github.com/SOM-st/TruffleSOM/actions

0 commit comments

Comments
 (0)