1 | sO dm_evalOnOtherMachine_optimizeIfMe(fS computerID, S code, O... _) { |
2 | bool realEval = boolOptPar(_, 'realEval), fresh = boolOptPar(_, 'fresh); |
3 | if (!isMyComputerID(computerID)) |
4 | ret dm_evalOnOtherMachineWithReturnValue(computerID, code, _); |
5 | |
6 | if (fresh) { |
7 | dm_refreshTranspiler(); |
8 | loadFunctions_clearCache(); |
9 | } |
10 | ret realEval ? dm_javaEval(code) : dm_javaEvalOrInterpret(code); |
11 | } |
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: | 323 / 344 |
Version history: | 3 change(s) |
Referenced in: | [show references] |