|
|
|
|
|
by lahvak
938 days ago
|
|
Can someone familiar with OCaml comment on this: > The reason for this is that the language prominently features garbage collection, a feature which deletes code not in use by the machine. Using this results in "uninitialized data [which] can be really problematic." Does the OCaml GC really trash data that are still being used by the program? |
|
Honestly, I am not sure what was the initial sentence before being distorted by the editor. The next sentence makes me think that the interviewee might have been discoursing about all the tricks that Janestreet uses to reduce allocation to a minimum but it is hard to tell from the final text.