Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1019952 // dm_evalOnOtherMachine_optimizeIfMe

JavaX fragment (include)

sO dm_evalOnOtherMachine_optimizeIfMe(fS computerID, S code, O... _) {
  bool realEval = boolOptPar(_, 'realEval), fresh = boolOptPar(_, 'fresh);
  if (!isMyComputerID(computerID))
    ret dm_evalOnOtherMachineWithReturnValue(computerID, code, _);
  
  if (fresh) {
    dm_refreshTranspiler();
    loadFunctions_clearCache();
  }
  ret realEval ? dm_javaEval(code) : dm_javaEvalOrInterpret(code);
}

Author comment

Began life as a copy of #1019610

download  show line numbers  debug dex  old transpilations   

Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1019952
Snippet name: dm_evalOnOtherMachine_optimizeIfMe
Eternal ID of this version: #1019952/4
Text MD5: fab11de7433f64bb6ba183ce875331ee
Author: stefan
Category: javax / stefan's os
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-02 13:14:31
Source code size: 408 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 248 / 271
Version history: 3 change(s)
Referenced in: [show references]