-
- Downloads
Add tracemem builtin
Adds memory tracing in semi-flexible way. Vector implementations report copy event to MemoryTracer, which forwards these to the registered listener. The gnur Makefile has to be changed so that our gnur build also supports memory tracing and we can use tracemem in tests.
Showing
- com.oracle.truffle.r.native/gnur/Makefile.gnur 1 addition, 1 deletioncom.oracle.truffle.r.native/gnur/Makefile.gnur
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/BasePackage.java 1 addition, 0 deletions.../com/oracle/truffle/r/nodes/builtin/base/BasePackage.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/TraceFunctions.java 38 additions, 0 deletions...m/oracle/truffle/r/nodes/builtin/base/TraceFunctions.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/UpdateDimNames.java 1 addition, 1 deletion...m/oracle/truffle/r/nodes/builtin/base/UpdateDimNames.java
- com.oracle.truffle.r.nodes.builtin/src/com/oracle/truffle/r/nodes/builtin/base/UpdateNames.java 1 addition, 1 deletion.../com/oracle/truffle/r/nodes/builtin/base/UpdateNames.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/MemoryTracer.java 72 additions, 0 deletions...e/src/com/oracle/truffle/r/runtime/data/MemoryTracer.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RComplex.java 3 additions, 1 deletion...ntime/src/com/oracle/truffle/r/runtime/data/RComplex.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RComplexVector.java 1 addition, 1 deletion...src/com/oracle/truffle/r/runtime/data/RComplexVector.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RDouble.java 3 additions, 1 deletion...untime/src/com/oracle/truffle/r/runtime/data/RDouble.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RDoubleVector.java 1 addition, 1 deletion.../src/com/oracle/truffle/r/runtime/data/RDoubleVector.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RIntVector.java 1 addition, 1 deletion...ime/src/com/oracle/truffle/r/runtime/data/RIntVector.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RInteger.java 3 additions, 1 deletion...ntime/src/com/oracle/truffle/r/runtime/data/RInteger.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RList.java 1 addition, 1 deletion....runtime/src/com/oracle/truffle/r/runtime/data/RList.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RLogical.java 3 additions, 1 deletion...ntime/src/com/oracle/truffle/r/runtime/data/RLogical.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RLogicalVector.java 1 addition, 1 deletion...src/com/oracle/truffle/r/runtime/data/RLogicalVector.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RRaw.java 3 additions, 1 deletion...r.runtime/src/com/oracle/truffle/r/runtime/data/RRaw.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RRawVector.java 1 addition, 1 deletion...ime/src/com/oracle/truffle/r/runtime/data/RRawVector.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RScalarVector.java 12 additions, 4 deletions.../src/com/oracle/truffle/r/runtime/data/RScalarVector.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RSequence.java 3 additions, 1 deletion...time/src/com/oracle/truffle/r/runtime/data/RSequence.java
- com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/data/RString.java 3 additions, 1 deletion...untime/src/com/oracle/truffle/r/runtime/data/RString.java
Loading
Please register or sign in to comment