File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,6 @@ There should be now 4 projects in your workspace:
43
43
* ` TRUFFLERUBY-TEST.dist `
44
44
* ` TRUFFLERUBY.dist `
45
45
46
- ### Running from the Eclipse Files Directly
47
-
48
- ``` bash
49
- jt ruby -e ' p Truffle'
50
- Truffle
51
- ```
52
-
53
46
## Advanced Setup
54
47
55
48
** Note:** This setup is not widely tested.
@@ -61,7 +54,8 @@ need to be told about it explicitly. For instance:
61
54
jt mx --env jvm-ce eclipseinit
62
55
```
63
56
64
- When working on the Graal/Truffle code itself, the following two lines will
57
+ When working on the Graal/Truffle code itself, adding the following two lines
58
+ to the used env file, for instance ` mx.truffleruby/jvm-ce ` will
65
59
configure the build so that incremental compilation and even hot code
66
60
replacement works:
67
61
@@ -72,3 +66,12 @@ LINKY_LAYOUT=*.jar
72
66
73
67
These settings must not be used for producing distributable artifacts, but
74
68
make development much smoother.
69
+
70
+ With these settings, after changes are made, one can simply run for instance
71
+ the following, without having to trigger a build again:
72
+
73
+ ``` bash
74
+ jt ruby -e ' p Truffle'
75
+ Truffle
76
+ ```
77
+
You can’t perform that action at this time.
0 commit comments