Skip to content

Commit

Permalink
Update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Jan 18, 2024
1 parent 8d0979a commit 35d143a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ private Object doExternalCall(final MaterializedFrame frame) {
// since the C code expects that. Therefore, we undo the decrement operation here.
FrameAccess.setStackPointer(frame, FrameAccess.getStackPointer(frame) + numReceiverAndArguments);

// TODO: Only call when the plugin actually defines the function
// uuidPluginLibrary.invokeMember(uuidPlugin, "initialiseModule");

// TODO: can we only call this once?
moduleInteropLibrary.invokeMember(moduleLibrary, "setInterpreter", InterpreterProxy.getPointer());

// return value is unused, the actual return value is pushed onto the stack (see below)
Expand Down

0 comments on commit 35d143a

Please sign in to comment.