sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
mumptai has quit [Quit: Verlassend]
fengling has quit [Quit: WeeChat 1.2]
cr1901 has quit [Ping timeout: 252 seconds]
<whitequark>
sb0: that won't do
<sb0>
whitequark, ?
<whitequark>
let me reword: since there's more than one function now, I can't just use a local, so I want to call now_init/now_save in ksupport, before jumping to and from a kernel
<whitequark>
which should have identical semantics
<sb0>
ok, and ksupport exports a "now" global variable that gets processed by the linker?
<whitequark>
yeah
<whitequark>
no changes to the linker needed
<sb0>
ok
<GitHub52>
[artiq] whitequark pushed 1 new commit to new-py2llvm: http://git.io/v3CcG
<GitHub52>
artiq/new-py2llvm 03db9c8 whitequark: language.core: remove {int,round}64, implement int with device semantics.
<GitHub167>
[artiq] whitequark force-pushed new-py2llvm from 03db9c8 to fd3c8a2: http://git.io/vmI6O
<GitHub167>
artiq/new-py2llvm fd3c8a2 whitequark: language.core: remove {int,round}64, implement int with device semantics.
<ysionneau>
does "from _stuff import *" has special meaning?