companion_cube changed the topic of #ocaml to: Discussion about the OCaml programming language | http://www.ocaml.org | OCaml 5.2.0 released: https://ocaml.org/releases/5.2.0 | Try OCaml in your browser: https://try.ocamlpro.com | Public channel logs at https://libera.irclog.whitequark.org/ocaml/
myrkraverk has quit [Read error: Connection reset by peer]
szkl has joined #ocaml
waleee has quit [Ping timeout: 248 seconds]
Tuplanolla has quit [Quit: Leaving.]
germ- has joined #ocaml
mbuf has joined #ocaml
bartholin has joined #ocaml
torretto has quit [Ping timeout: 260 seconds]
torretto has joined #ocaml
YuGiOhJCJ has joined #ocaml
myrkraverk has joined #ocaml
Inline has joined #ocaml
Serpent7776 has joined #ocaml
Inline has quit [Ping timeout: 260 seconds]
toastal has joined #ocaml
olle has joined #ocaml
tomku has quit [Ping timeout: 260 seconds]
tomku has joined #ocaml
Tuplanolla has joined #ocaml
myrkraverk has quit [Read error: Connection reset by peer]
myrkraverk has joined #ocaml
alexherbo2 has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
rak has quit [Quit: Segmentation fault (core recycled)]
rak has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
TCZ has joined #ocaml
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
tomku has quit [Ping timeout: 252 seconds]
tomku has joined #ocaml
toastal has quit [Ping timeout: 248 seconds]
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
TCZ has quit []
alexherbo2 has quit [Ping timeout: 256 seconds]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ocaml
waleee has joined #ocaml
JuanDaugherty has joined #ocaml
olle has quit [Ping timeout: 272 seconds]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ocaml
Inline has joined #ocaml
alexherbo2 has quit [Remote host closed the connection]
waleee has quit [Ping timeout: 260 seconds]
mbuf has quit [Quit: Leaving]
Anarchos has joined #ocaml
Anarchos has quit [Ping timeout: 252 seconds]
inline__ has joined #ocaml
inline__ has quit [Remote host closed the connection]
Inline has quit [Ping timeout: 252 seconds]
JuanDaugherty has quit [Quit: JuanDaugherty]
Serpent7776 has quit [Ping timeout: 276 seconds]
Inline has joined #ocaml
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
waleee has joined #ocaml
bartholin has quit [Quit: Leaving]
tremon has joined #ocaml
malc has joined #ocaml
malc has left #ocaml [ERC 5.6.1-git (IRC client for GNU Emacs 31.0.50)]
Serpent7776 has joined #ocaml
pi3ce_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
dawids has joined #ocaml
dawids has quit [Ping timeout: 265 seconds]
TCZ has joined #ocaml
TCZ has quit []
Serpent7776 has quit [Ping timeout: 252 seconds]
Inline has quit [Ping timeout: 260 seconds]
tremon has quit [Quit: getting boxed in]
alexherbo2 has joined #ocaml
alexherbo2 has quit [Ping timeout: 256 seconds]
micro has quit [Ping timeout: 260 seconds]
micro has joined #ocaml
<discocaml> <thepuzzleddev> Any articles on how the OCaml VM works?
<discocaml> <hockletock> do you mean the interpreter or the native runtime?
<discocaml> <thepuzzleddev> interpreter
<discocaml> <hockletock> https://caml.inria.fr/pub/papers/xleroy-zinc.pdf is the original paper which gives a conceptual overview of the abstract machine but I think a lot of the implementation details are dated
<companion_cube> The VM is only for bytecode though, most real code is compiled to native assembly