File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
- These benchmarks are originally from
2
- [ Bench 9000] ( https://github.com/jruby/bench9000 ) .
1
+ These benchmarks are originally from JRuby Bench 9000.
3
2
4
3
We are using ChunkyPNG at revision ` efd61c8d0ddcabdcf09fb44f8e8c1ba709995940 ` .
5
4
We use this old revision because we know it has interesting patterns of
Original file line number Diff line number Diff line change 1
- These benchmarks are originally from
2
- [ Bench 9000] ( https://github.com/jruby/bench9000 ) .
1
+ These benchmarks are originally from JRuby Bench 9000.
3
2
4
3
We are using PSD.rb at revision ` e14d652ddc705e865d8b2b897d618b25d78bcc7c ` .
5
4
We use this old revision because we know it has interesting patterns of
Original file line number Diff line number Diff line change 1
1
# Assumptions Third Party Code Makes About TruffleRuby
2
2
3
3
Third-party code should never use any APIs apart from standard Ruby, and those
4
- listed in [ TruffleRuby additions] ( ' ../user/truffleruby-additions.md' ) .
4
+ listed in [ TruffleRuby additions] ( ../user/truffleruby-additions.md ) .
5
5
6
6
When third-party code uses the TruffleRuby additions, it should be listed here
7
7
so that we know why non-standard APIs have been added.
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ If you don't need the Java interop capabilities of TruffleRuby then you could
13
13
also install via your [ Ruby manager/installer] ( ruby-managers.md )
14
14
as any other implementation of Ruby.
15
15
16
- You can also use the
17
- [ standalone distribution ] ( doc/user/standalone-distribution.md ) as a simple
18
- binary tarball. The binary tarball also doesn't allow for Java interop.
16
+ You can also use the [ standalone distribution ] ( standalone-distribution.md ) as
17
+ a simple binary tarball. The binary tarball also doesn't allow for Java
18
+ interop.
19
19
20
20
## Using Ruby from Java
21
21
You can’t perform that action at this time.
0 commit comments