Skip to content

Commit 281e80c

Browse files
committed
Add hint to GraalHPyNativeCache about cache layout
1 parent c1f996d commit 281e80c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy/GraalHPyNativeCache.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646

4747
import sun.misc.Unsafe;
4848

49+
/**
50+
* HPy native cache implementation. For documentation of the layout, see {@code hpy_native_cache.h}.
51+
*/
4952
public abstract class GraalHPyNativeCache {
5053

5154
private static final Unsafe UNSAFE = CArrayWrappers.UNSAFE;

0 commit comments

Comments
 (0)