Libraryless. Click here for Pure Java version (5181L/35K/116K).
1 | !7 |
2 | |
3 | p { |
4 | //benchCompile("Minimal source", "class main {}"); |
5 | S id = #1001638; |
6 | S src = getServerTranspilation(id); |
7 | benchCompile("Huge source (" + id + "), " + l(src) + " chars", src); |
8 | } |
9 | |
10 | svoid benchCompile(S desc, final S src) { |
11 | benchForNSeconds(desc, r { |
12 | File jar = javaCompile_overInternalBot(src); |
13 | print(jar.length() + " bytes"); |
14 | jar.delete(); |
15 | }, 60*60); // one hour |
16 | } |
download show line numbers debug dex old transpilations
Travelled to 16 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, jozkyjcghlvl, jtubtzbbkimh, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1006402 |
Snippet name: | Bench Java compilation (internal Eclipse compiler) |
Eternal ID of this version: | #1006402/2 |
Text MD5: | d7268ae6ab8a5165cb9ee6cac406a923 |
Transpilation MD5: | 19df2a62d5b053ad2a12d49b55f7131a |
Author: | stefan |
Category: | javax |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-10-24 05:33:02 |
Source code size: | 407 bytes / 16 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 567 / 734 |
Version history: | 1 change(s) |
Referenced in: | [show references] |