adrien changed the topic of #ocaml to: Discussions about the OCaml programming language | http://www.ocaml.org | OCaml 4.08 release notes: https://caml.inria.fr/pub/distrib/ocaml-4.08/notes/Changes | Try OCaml in your browser: http://try.ocamlpro.com | Public channel logs at http://irclog.whitequark.org/ocaml
_5HT has quit [Ping timeout: 265 seconds]
b0bby__ has quit [Quit: Leaving]
falcon_t has quit [Quit: Leaving]
ravenous_ has joined #ocaml
AtumT has quit [Quit: AtumT]
ravenous_ has quit [Ping timeout: 246 seconds]
jao has quit [Ping timeout: 245 seconds]
mfp has quit [Ping timeout: 240 seconds]
ygrek has quit [Ping timeout: 265 seconds]
analogue has quit [Quit: Leaving]
haskell_enthusia has quit [Ping timeout: 268 seconds]
haskell_enthusia has joined #ocaml
tormen_ has joined #ocaml
nullifidian__ has quit [Read error: Connection reset by peer]
nullifidian has joined #ocaml
tormen has quit [Ping timeout: 265 seconds]
gravicappa has joined #ocaml
_whitelogger has joined #ocaml
_5HT has joined #ocaml
ravenous_ has joined #ocaml
ravenous_ has quit [Ping timeout: 246 seconds]
gravicappa has quit [Ping timeout: 240 seconds]
gravicappa has joined #ocaml
_5HT has quit [Remote host closed the connection]
gravicappa has quit [Ping timeout: 268 seconds]
amosbird_ has joined #ocaml
_5HT has joined #ocaml
amosbird has quit [Ping timeout: 265 seconds]
narimiran has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
malina has joined #ocaml
mbuf has joined #ocaml
ggole has joined #ocaml
barockobamo has joined #ocaml
jimt has quit [Ping timeout: 244 seconds]
jimt has joined #ocaml
ravenous_ has joined #ocaml
Haudegen has joined #ocaml
ravenous_ has quit [Ping timeout: 276 seconds]
bartholin has quit [Remote host closed the connection]
tianon has quit [Ping timeout: 245 seconds]
tianon has joined #ocaml
Serpent7776 has joined #ocaml
nullifidian_ has joined #ocaml
nullifidian has quit [Ping timeout: 240 seconds]
haesbaert has quit [Ping timeout: 244 seconds]
jao has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
ravenous_ has joined #ocaml
ravenous_ has quit [Ping timeout: 250 seconds]
jao has quit [Ping timeout: 276 seconds]
ravenous_ has joined #ocaml
vyorkin has joined #ocaml
_5HT has quit [Remote host closed the connection]
vyorkin has quit [Client Quit]
vyorkin has joined #ocaml
ravenous_ has quit [Ping timeout: 252 seconds]
<vyorkin> are there any examples of using ppx_bench + core_bench?
<vyorkin> I want to try provided example https://github.com/janestreet/ppx_bench/blob/master/example/ppx_bench_sample.ml, but I'm not sure how to run it
<vyorkin> I guess I should use the inline_benchmarks_runner to run those benchmarks somehow?
bitwinery has quit [Quit: Leaving]
Serpent7776 has quit [Remote host closed the connection]
Serpent7776 has joined #ocaml
KeyJoo has joined #ocaml
ravenous_ has joined #ocaml
_whitelogger has joined #ocaml
mfp has joined #ocaml
vyorkin has quit [Remote host closed the connection]
vyorkin has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
ygrek has joined #ocaml
ygrek has quit [Remote host closed the connection]
ygrek has joined #ocaml
ravenous_ has quit [Ping timeout: 276 seconds]
<vyorkin> I've found the example of ppx_bench usage in https://github.com/diml/memory-access-bench, but I still can't make it work :(
KeyJoo has quit [Ping timeout: 265 seconds]
<vyorkin> Warning: X_LIBRARY_INLINING is not set to true, benchmarks may be inaccurate.
<vyorkin> No benchmarks to run!
<vyorkin> This is the output I'm getting by running the ./runner.sh script
ygrek has quit [Ping timeout: 240 seconds]
nullifidian__ has joined #ocaml
nullifidian_ has quit [Read error: Connection reset by peer]
Haudegen has joined #ocaml
emias has quit [Quit: Reboot.]
<cemerick> companion_cube: thanks, back to normal runtimes again after unboxing my hot "newtype"
<cemerick> but now I wonder why `-unboxed-types` isn't the default
<cemerick> I guess it would break FFI if one were passing e.g. variant values to external fns, but (I'd hope) that's rare
<Armael> I don't think it's particularly rare (and yeah it would be bad to break it)
zolk3ri has joined #ocaml
<Armael> though I think now you get a warning if you do that without explicitly specifying either boxed or unboxed
<Armael> so in the future we might switch the default to be unboxed instead of boxed
_5HT has joined #ocaml
AtumT has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
nullifidian__ is now known as nullifidian
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
ygrek has joined #ocaml
emias has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
_5HT has quit [Ping timeout: 268 seconds]
_5HT has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
bartholin has joined #ocaml
nullifidian_ has joined #ocaml
jbrown has quit [Ping timeout: 246 seconds]
nullifidian has quit [Ping timeout: 265 seconds]
spew has joined #ocaml
bartholin has quit [Ping timeout: 265 seconds]
<companion_cube> yes, it's for ffi reasons I think
kakadu has quit [Quit: Konversation terminated!]
bartholin has joined #ocaml
jbrown has joined #ocaml
pino|work has quit [Quit: brb]
pino|work has joined #ocaml
FreeBirdLjj has joined #ocaml
AtumT_ has joined #ocaml
AtumT has quit [Ping timeout: 265 seconds]
FreeBirdLjj has quit [Ping timeout: 276 seconds]
AtumT_ has quit [Read error: Connection reset by peer]
AtumT has joined #ocaml
<cemerick> fair, my ocaml ffi contact has been limited to ints and strings and arrays I guess :-)
<companion_cube> probably for the best, yes
nullifidian_ is now known as nullifidian
FreeBirdLjj has joined #ocaml
Serpent7776 has quit [Quit: Leaving]
mk__ has joined #ocaml
<mk__> For the ones familiar with MirageOS: Looks like Str was removed from Mirage some time ago. However, Ctypes uses Str in the code. How is it possible to build Ctypes-based applications for xen?
<companion_cube> ctypes uses str???
<mk__> I get "No implementation provided" for Str referenced from Ctypes sctubs
<mk__> Works well when compiled for unix
<mk__> companion_cube yes, I can see Str is used in the code of Ctypes
nullifidian_ has joined #ocaml
vyorkin has quit [Remote host closed the connection]
nullifidian has quit [Ping timeout: 265 seconds]
barockobamo has quit [Remote host closed the connection]
gravicappa has joined #ocaml
Haudegen has quit [Quit: Bin weg.]
FreeBirdLjj has quit [Remote host closed the connection]
ggole has quit [Quit: Leaving]
analogue has joined #ocaml
flux has joined #ocaml
Serpent7776 has joined #ocaml
mbuf has quit [Quit: Leaving]
analogue has quit [Quit: Leaving]
flux has quit [Ping timeout: 276 seconds]
ziyourenxiang has quit [Ping timeout: 276 seconds]
pino|work has quit [Quit: brb]
pino|work has joined #ocaml
Haudegen has joined #ocaml
kakadu has joined #ocaml
jao has joined #ocaml
kakadu has quit [Ping timeout: 276 seconds]
kakadu_ has joined #ocaml
KeyJoo has joined #ocaml
flux has joined #ocaml
KeyJoo has quit [Client Quit]
AtumT has quit [Ping timeout: 252 seconds]
KeyJoo has joined #ocaml
ravenous_ has joined #ocaml
AtumT has joined #ocaml
AtumT_ has joined #ocaml
AtumT has quit [Ping timeout: 240 seconds]
KeyJoo has quit [Remote host closed the connection]
KeyJoo has joined #ocaml
_5HT has quit [Remote host closed the connection]
nullifidian_ is now known as nullifidian
_5HT has joined #ocaml
FreeBirdLjj has joined #ocaml
KeyJoo has quit [Ping timeout: 268 seconds]
FreeBirdLjj has quit [Ping timeout: 245 seconds]
KeyJoo has joined #ocaml
mk__ has quit [Quit: Ping timeout (120 seconds)]
jnavila has joined #ocaml
gravicappa has quit [Ping timeout: 268 seconds]
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
troydm has quit [Ping timeout: 268 seconds]
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
_5HT has quit [Remote host closed the connection]
_5HT has joined #ocaml
KeyJoo has quit [Quit: KeyJoo]
malina has quit [Remote host closed the connection]
ravenous_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Hrundi_V_Bakshi has joined #ocaml
vicfred has joined #ocaml
analogue has joined #ocaml
analogue has quit [Quit: Leaving]
Serpent7776 has quit [Quit: leaving]
vicfred has quit [Quit: Leaving]
smazga has joined #ocaml
narimiran has quit [Ping timeout: 240 seconds]
raduom has quit [Ping timeout: 246 seconds]
troydm has joined #ocaml
jnavila has quit [Remote host closed the connection]
_5HT has quit [Ping timeout: 268 seconds]
_5HT has joined #ocaml
kjak has quit [Ping timeout: 240 seconds]
ec is now known as ELLIOTTCABLE
kjak has joined #ocaml
kjak has quit [Client Quit]
kjak has joined #ocaml
Hrundi_V_Bakshi has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
_5HT has quit [Ping timeout: 246 seconds]
Hrundi_V_Bakshi has joined #ocaml
Hrundi_V_Bakshi has quit [Client Quit]
_5HT has joined #ocaml
kakadu_ has quit [Remote host closed the connection]
ygrek has quit [Ping timeout: 245 seconds]
bitwinery has joined #ocaml
AtumT_ has quit [Quit: AtumT_]
Haudegen has quit [Ping timeout: 240 seconds]
spew has quit [Quit: Connection closed for inactivity]
nullifidian has quit [Read error: Connection reset by peer]
nullifidian has joined #ocaml
ziyourenxiang has joined #ocaml
smazga has quit [Quit: leaving]