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); }
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: | 322 / 343 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |