File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
truffle/src/com.oracle.truffle.api.bytecode/src/com/oracle/truffle/api/bytecode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 219
219
* language {@link ProvidedTags provides} it.
220
220
* <p>
221
221
* Root tagging requires the probe to be notified before the {@link Prolog prolog} is executed.
222
- * Implementing this behavior manually is not trivial and not recommended. It is recommended to
222
+ * Implementing this behaviour manually is not trivial and not recommended. It is recommended to
223
223
* use automatic root tagging. For inlining performed by the parser it may be useful to emit
224
224
* custom {@link RootTag root} tag using the builder methods for inlined methods. This ensures
225
225
* that tools can still work correctly for inlined calls.
248
248
* <ul>
249
249
* <li>Allowing instruments to access the current receiver or function object.
250
250
* <li>Implementing custom scopes for local variables instead of the default scope.
251
- * <li>Hiding certain local local variables or arguments from instruments.
251
+ * <li>Hiding certain local variables or arguments from instruments.
252
252
* </ul>
253
253
* <p>
254
254
* Minimal example of a tag node library:
282
282
* <p>
283
283
* Unsafe accesses are faster, but they do not perform array bounds checks. This means it is
284
284
* possible (though unlikely) for unsafe accesses to cause undefined behaviour. Undefined
285
- * behavior may only happen due to a bug in the Bytecode DSL implementation and not language
285
+ * behaviour may only happen due to a bug in the Bytecode DSL implementation and not language
286
286
* implementation code.
287
287
*
288
288
* @since 24.2
You can’t perform that action at this time.
0 commit comments