<sb0>
cr1901_modern, did you investigate the python asyncio OSError problem?
sandeepkr__ has joined #m-labs
sandeepkr__ has quit [Read error: Connection reset by peer]
kuldeep has quit [Ping timeout: 240 seconds]
sandeepkr_ has quit [Ping timeout: 260 seconds]
kuldeep has joined #m-labs
sandeepkr__ has joined #m-labs
sb0 has quit [Quit: Leaving]
<whitequark>
as of yet, nothing
ylamarre has quit [Quit: ylamarre]
FabM has joined #m-labs
Sb0000 has joined #m-labs
<Sb0000>
whitequark: well, 4-second compilation time for such simple code doesn't look good
<whitequark>
I will go to the lab later today and measure dead time difference between linux and windows specifically, but otherwise...
<whitequark>
1) most of it is spent in LLVM 2) the solution for this is not making compilation faster, it's avoiding compilation whatsoever
<Sb0000>
how come LLVM spends so much time compiling this?
<Sb0000>
it compiles more complex code faster
<whitequark>
the stats from my machine are not representative as it uses Debug LLVM
<whitequark>
actually, let me look at conda
<whitequark>
OH
<whitequark>
oh shit
<whitequark>
I think I know what happened
<whitequark>
and why it's slow on Windows
<whitequark>
ah. no. wrong guess. we build LLVM on Windows as Release, and do it properly
<whitequark>
even without assertions
<whitequark>
sb0000: does that lab perhaps have just a very slow PC on top of all that?
<whitequark>
so far I haven't been able to reproduce the difference between Windows and Linux on the same hardware specifically
Gurty has quit [Ping timeout: 276 seconds]
<Sb0000>
whitequark: maybe, ask Raghu. it may also be loaded with "security" bloatware as Robert mentioned
<whitequark>
ok, will do
<Sb0000>
can you look at Rust after that?
<whitequark>
ok
Sb0000 has quit [Quit: Lost terminal]
fengling has joined #m-labs
Gurty has joined #m-labs
<cr1901_modern>
sb0: No, I'll investigate today; I've seen OSError in the context of connecting sockets on Windows in my own code, but I didn't really expect it to appear during a version upgrade.
rohitksingh has joined #m-labs
rohitksingh has quit [Quit: Leaving.]
<whitequark>
sb0: TTLs don't work.
<whitequark>
or at least I cannot capture any signals on scope from any pins on the backplane, while outputting pulses to ttls 0-7
<whitequark>
hm, not even sma_gpio works, wtf?
<whitequark>
...
<whitequark>
I left the scope in "average" mode and forgot about it
key2 has joined #m-labs
<whitequark>
sb0: ok, I've confirmed my earlier thoughts
<whitequark>
will look at Rust
rohitksingh has joined #m-labs
rohitksingh has quit [Ping timeout: 276 seconds]
rohitksingh has joined #m-labs
FabM has quit [Quit: ChatZilla 0.9.92 [Firefox 47.0/20160604131506]]
<GitHub89>
[artiq] whitequark pushed 1 new commit to release-1: https://git.io/vKnze
<GitHub89>
artiq/release-1 b5901db whitequark: compiler.testbench.perf_embedding: update for core changes.
sb0 has joined #m-labs
<GitHub28>
[artiq] whitequark pushed 1 new commit to release-1: https://git.io/vKnXi
<GitHub28>
artiq/release-1 eceafad whitequark: compiler.testbench.perf_embedding: more fine grained reporting.
<GitHub150>
[artiq] whitequark pushed 1 new commit to master: https://git.io/vKnXP
<GitHub150>
artiq/master c5ba44b whitequark: compiler.testbench.perf_embedding: more fine grained reporting.