You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/contributor/workflow.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -125,14 +125,17 @@ This warning is important.
125
125
126
126
### Building C Extensions more quickly
127
127
128
-
To speed up compilation of bundled C extensions, it is possible to use
129
-
*native* toolchain launchers, which might save some build time.
130
-
See the [related documentation](https://github.com/oracle/graal/blob/master/sulong/docs/contributor/TOOLCHAIN.md#using-a-prebuilt-graalvm-as-a-bootstrapping-toolchain)
131
-
in Sulong to build and use them.
132
-
133
-
You can also use `export JT_CACHE_TOOLCHAIN=true` to have the native toolchain
134
-
launchers built and used by `jt` automatically. `jt` will keep the 4 newest
135
-
built toolchain launchers to avoid rebuilding when branches are switched.
128
+
Speeding up compilation of C extensions can be achieved by using *native* toolchain launchers,
129
+
instead of the Bash toolchain launchers used with the `jvm*` build configurations.
130
+
131
+
For bundled C extensions (that is, extensions under `src/main/c`),
132
+
you can `export JT_CACHE_TOOLCHAIN=true` and that will then use native toolchain launchers for the
0 commit comments